File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -136,15 +136,15 @@ Changes in existing checks
136
136
<clang-tidy/checks/modernize/use-ranges>` check by updating suppress
137
137
warnings logic for ``nullptr `` in ``std::find ``.
138
138
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
+
139
143
- Improved :doc: `modernize-use-starts-ends-with
140
144
<clang-tidy/checks/modernize/use-starts-ends-with>` check by adding more
141
145
matched scenarios of ``find `` and ``rfind `` methods and fixing false
142
146
positives when those methods were called with 3 arguments.
143
147
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
-
148
148
- Improved :doc: `performance/unnecessary-value-param
149
149
<clang-tidy/checks/performance/unnecessary-value-param>` check performance by
150
150
tolerating fix-it breaking compilation when functions is used as pointers
You can’t perform that action at this time.
0 commit comments