File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff 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
355353Removed checks
356354^^^^^^^^^^^^^^
You can’t perform that action at this time.
0 commit comments