Skip to content

Commit 50c73aa

Browse files
authored
Update clang-tools-extra/docs/ReleaseNotes.rst
1 parent 205db73 commit 50c73aa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

clang-tools-extra/docs/ReleaseNotes.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -136,15 +136,15 @@ Changes in existing checks
136136
<clang-tidy/checks/modernize/use-ranges>` check by updating suppress
137137
warnings logic for ``nullptr`` in ``std::find``.
138138

139+
- Improved :doc:`misc-use-internal-linkage
140+
<clang-tidy/checks/misc/use-internal-linkage>` check by fix false positives
141+
for function or variable in header file which contains macro expansion.
142+
139143
- Improved :doc:`modernize-use-starts-ends-with
140144
<clang-tidy/checks/modernize/use-starts-ends-with>` check by adding more
141145
matched scenarios of ``find`` and ``rfind`` methods and fixing false
142146
positives when those methods were called with 3 arguments.
143147

144-
- Improved :doc:`misc-use-internal-linkage
145-
<clang-tidy/checks/misc/use-internal-linkage>` check by fix false positives
146-
for function or variable in header file which contains macro expansion.
147-
148148
- Improved :doc:`performance/unnecessary-value-param
149149
<clang-tidy/checks/performance/unnecessary-value-param>` check performance by
150150
tolerating fix-it breaking compilation when functions is used as pointers

0 commit comments

Comments
 (0)