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 @@ -204,15 +204,15 @@ Changes in existing checks
204204 <clang-tidy/checks/misc/redundant-expression>` check by providing additional
205205 examples and fixing some macro related false positives.
206206
207- - Improved :doc: `misc-unused-using-decls
208- <clang-tidy/checks/misc/unused-using-decls>` check by fixing false positives
209- on ``operator"" `` with template parameters.
210-
211207- Improved :doc: `misc-unconventional-assign-operator
212208 <clang-tidy/checks/misc/unconventional-assign-operator>` check by fixing
213209 false positives when copy assignment operator function in a template class
214210 returns the result of another assignment to ``*this``(``return *this=... ``).
215211
212+ - Improved :doc: `misc-unused-using-decls
213+ <clang-tidy/checks/misc/unused-using-decls>` check by fixing false positives
214+ on ``operator"" `` with template parameters.
215+
216216- Improved :doc: `misc-use-internal-linkage
217217 <clang-tidy/checks/misc/use-internal-linkage>` check by fix false positives
218218 for function or variable in header file which contains macro expansion and
You can’t perform that action at this time.
0 commit comments