We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eccc89a commit 0b13909Copy full SHA for 0b13909
clang-tools-extra/docs/ReleaseNotes.rst
@@ -249,6 +249,10 @@ Changes in existing checks
249
<clang-tidy/checks/readability/qualified-auto>` check by adding the option
250
`AllowedTypes`, that excludes specified types from adding qualifiers.
251
252
+- Improved :doc:`readability-redundant-smartptr-get
253
+ <clang-tidy/checks/readability/redundant-smartptr-get>` check by fixing
254
+ some false positives involving smart pointers to arrays.
255
+
256
Removed checks
257
^^^^^^^^^^^^^^
258
0 commit comments