File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -132,18 +132,18 @@ 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: `modernize-use-ranges
136
- <clang-tidy/checks/modernize/use-ranges>` check by updating suppress
137
- warnings logic for ``nullptr `` in ``std::find ``.
138
-
139
- - Improved :doc: `misc-unused-using-decls
135
+ - Improved :doc: `misc-unused-using-decls
140
136
<clang-tidy/checks/misc/unused-using-decls>` check by fixing false positives
141
137
on ``operator"" `` with template parameters.
142
138
143
139
- Improved :doc: `misc-use-internal-linkage
144
140
<clang-tidy/checks/misc/use-internal-linkage>` check by fix false positives
145
141
for function or variable in header file which contains macro expansion.
146
142
143
+ - Improved :doc: `modernize-use-ranges
144
+ <clang-tidy/checks/modernize/use-ranges>` check by updating suppress
145
+ warnings logic for ``nullptr `` in ``std::find ``.
146
+
147
147
- Improved :doc: `modernize-use-starts-ends-with
148
148
<clang-tidy/checks/modernize/use-starts-ends-with>` check by adding more
149
149
matched scenarios of ``find `` and ``rfind `` methods and fixing false
You can’t perform that action at this time.
0 commit comments