@@ -97,8 +97,8 @@ New checks
9797- New :doc: `bugprone-unintended-char-ostream-output
9898 <clang-tidy/checks/bugprone/unintended-char-ostream-output>` check.
9999
100- Finds unintended character output from ``unsigned char `` and ``signed char `` to an
101- ``ostream ``.
100+ Finds unintended character output from ``unsigned char `` and ``signed char ``
101+ to an ``ostream ``.
102102
103103New check aliases
104104^^^^^^^^^^^^^^^^^
@@ -131,28 +131,28 @@ Changes in existing checks
131131- Improved :doc: `misc-redundant-expression
132132 <clang-tidy/checks/misc/redundant-expression>` check by providing additional
133133 examples and fixing some macro related false positives.
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.
134142
135143- Improved :doc: `modernize-use-ranges
136144 <clang-tidy/checks/modernize/use-ranges>` check by updating suppress
137145 warnings logic for ``nullptr `` in ``std::find ``.
138146
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 .
147+ - Improved :doc: `performance-move-const-arg
148+ <clang-tidy/checks/performance/move-const-arg >` check by fixing false
149+ negatives on ternary operators calling `` std::move `` .
142150
143- - Improved :doc: `performance/ unnecessary-value-param
151+ - Improved :doc: `performance- unnecessary-value-param
144152 <clang-tidy/checks/performance/unnecessary-value-param>` check performance by
145153 tolerating fix-it breaking compilation when functions is used as pointers
146154 to avoid matching usage of functions within the current compilation unit.
147155
148- - Improved :doc: `performance-move-const-arg
149- <clang-tidy/checks/performance/move-const-arg>` check by fixing false negatives
150- on ternary operators calling ``std::move ``.
151-
152- - Improved :doc: `misc-unused-using-decls
153- <clang-tidy/checks/misc/unused-using-decls>` check by fixing false positives
154- on ``operator"" `` with template parameters.
155-
156156Removed checks
157157^^^^^^^^^^^^^^
158158
0 commit comments