Skip to content

Commit 5d0a2f5

Browse files
author
juanbesa
committed
Merged release notes
1 parent 9dfd9bb commit 5d0a2f5

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

clang-tools-extra/docs/ReleaseNotes.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,8 @@ Changes in existing checks
338338
- Improved :doc:`readability-qualified-auto
339339
<clang-tidy/checks/readability/qualified-auto>` check by adding the option
340340
`AllowedTypes`, that excludes specified types from adding qualifiers.
341+
Added the option `RespectOpaqueTypes`, that allows not looking at underlying
342+
types of type aliases.
341343

342344
- Improved :doc:`readability-redundant-inline-specifier
343345
<clang-tidy/checks/readability/redundant-inline-specifier>` check by fixing
@@ -347,10 +349,6 @@ Changes in existing checks
347349
<clang-tidy/checks/readability/redundant-smartptr-get>` check by fixing
348350
some false positives involving smart pointers to arrays.
349351

350-
- Improved :doc:`readability-qualified-auto
351-
<clang-tidy/checks/readability/qualified-auto>` check by adding the option
352-
`RespectOpaqueTypes`, that allows not looking at underlying types of
353-
type aliases.
354352

355353
Removed checks
356354
^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)