Skip to content

Commit 6c2e4c8

Browse files
committed
fixup: update ReleaseNotes.rst
Signed-off-by: Björn Svensson <[email protected]>
1 parent 670f7e4 commit 6c2e4c8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

clang-tools-extra/docs/ReleaseNotes.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,10 @@ Changes in existing checks
151151
<clang-tidy/checks/bugprone/unsafe-functions>` check to allow specifying
152152
additional C++ member functions to match.
153153

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+
154158
- Improved :doc:`misc-const-correctness
155159
<clang-tidy/checks/misc/const-correctness>` check by adding the option
156160
`AllowedTypes`, that excludes specified types from const-correctness

0 commit comments

Comments
 (0)