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 670f7e4 commit 6c2e4c8Copy full SHA for 6c2e4c8
clang-tools-extra/docs/ReleaseNotes.rst
@@ -151,6 +151,10 @@ Changes in existing checks
151
<clang-tidy/checks/bugprone/unsafe-functions>` check to allow specifying
152
additional C++ member functions to match.
153
154
+- Improved :doc:`cert-err33-c
155
+ <clang-tidy/checks/cert/err33-c>` check by fixing false positives when
156
+ a function name is just prefixed with a targeted function name.
157
+
158
- Improved :doc:`misc-const-correctness
159
<clang-tidy/checks/misc/const-correctness>` check by adding the option
160
`AllowedTypes`, that excludes specified types from const-correctness
0 commit comments