@@ -132,14 +132,6 @@ Changes in existing checks
132
132
<clang-tidy/checks/misc/redundant-expression>` check by providing additional
133
133
examples and fixing some macro related false positives.
134
134
135
- - Improved :doc: `misc-unused-using-decls
136
- <clang-tidy/checks/misc/unused-using-decls>` check by fixing false positives
137
- on ``operator"" `` with template parameters.
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
-
143
135
- Improved :doc: `modernize-use-ranges
144
136
<clang-tidy/checks/modernize/use-ranges>` check by updating suppress
145
137
warnings logic for ``nullptr `` in ``std::find ``.
@@ -149,14 +141,22 @@ Changes in existing checks
149
141
matched scenarios of ``find `` and ``rfind `` methods and fixing false
150
142
positives when those methods were called with 3 arguments.
151
143
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
+ - Improved :doc: `performance/unnecessary-value-param
149
+ <clang-tidy/checks/performance/unnecessary-value-param>` check performance by
150
+ tolerating fix-it breaking compilation when functions is used as pointers
151
+ to avoid matching usage of functions within the current compilation unit.
152
+
152
153
- Improved :doc: `performance-move-const-arg
153
154
<clang-tidy/checks/performance/move-const-arg>` check by fixing false negatives
154
155
on ternary operators calling ``std::move ``.
155
156
156
- - Improved :doc: `performance-unnecessary-value-param
157
- <clang-tidy/checks/performance/unnecessary-value-param>` check performance by
158
- tolerating fix-it breaking compilation when functions is used as pointers
159
- to avoid matching usage of functions within the current compilation unit.
157
+ - Improved :doc: `misc-unused-using-decls
158
+ <clang-tidy/checks/misc/unused-using-decls>` check by fixing false positives
159
+ on ``operator"" `` with template parameters.
160
160
161
161
Removed checks
162
162
^^^^^^^^^^^^^^
0 commit comments