@@ -97,8 +97,8 @@ New checks
97
97
- New :doc: `bugprone-unintended-char-ostream-output
98
98
<clang-tidy/checks/bugprone/unintended-char-ostream-output>` check.
99
99
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 ``.
102
102
103
103
New check aliases
104
104
^^^^^^^^^^^^^^^^^
@@ -131,28 +131,28 @@ Changes in existing checks
131
131
- Improved :doc: `misc-redundant-expression
132
132
<clang-tidy/checks/misc/redundant-expression>` check by providing additional
133
133
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.
134
142
135
143
- Improved :doc: `modernize-use-ranges
136
144
<clang-tidy/checks/modernize/use-ranges>` check by updating suppress
137
145
warnings logic for ``nullptr `` in ``std::find ``.
138
146
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 `` .
142
150
143
- - Improved :doc: `performance/ unnecessary-value-param
151
+ - Improved :doc: `performance- unnecessary-value-param
144
152
<clang-tidy/checks/performance/unnecessary-value-param>` check performance by
145
153
tolerating fix-it breaking compilation when functions is used as pointers
146
154
to avoid matching usage of functions within the current compilation unit.
147
155
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
-
156
156
Removed checks
157
157
^^^^^^^^^^^^^^
158
158
0 commit comments