@@ -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 :doc: `readability-ambiguous-smartptr-reset-call
104
104
<clang-tidy/checks/readability/ambiguous-smartptr-reset-call>` check.
@@ -137,28 +137,28 @@ Changes in existing checks
137
137
- Improved :doc: `misc-redundant-expression
138
138
<clang-tidy/checks/misc/redundant-expression>` check by providing additional
139
139
examples and fixing some macro related false positives.
140
+
141
+ - Improved :doc: `misc-unused-using-decls
142
+ <clang-tidy/checks/misc/unused-using-decls>` check by fixing false positives
143
+ on ``operator"" `` with template parameters.
144
+
145
+ - Improved :doc: `misc-use-internal-linkage
146
+ <clang-tidy/checks/misc/use-internal-linkage>` check by fix false positives
147
+ for function or variable in header file which contains macro expansion.
140
148
141
149
- Improved :doc: `modernize-use-ranges
142
150
<clang-tidy/checks/modernize/use-ranges>` check by updating suppress
143
151
warnings logic for ``nullptr `` in ``std::find ``.
144
152
145
- - Improved :doc: `misc-use-internal-linkage
146
- <clang-tidy/checks/misc/use-internal-linkage >` check by fix false positives
147
- for function or variable in header file which contains macro expansion .
153
+ - Improved :doc: `performance-move-const-arg
154
+ <clang-tidy/checks/performance/move-const-arg >` check by fixing false
155
+ negatives on ternary operators calling `` std::move `` .
148
156
149
- - Improved :doc: `performance/ unnecessary-value-param
157
+ - Improved :doc: `performance- unnecessary-value-param
150
158
<clang-tidy/checks/performance/unnecessary-value-param>` check performance by
151
159
tolerating fix-it breaking compilation when functions is used as pointers
152
160
to avoid matching usage of functions within the current compilation unit.
153
161
154
- - Improved :doc: `performance-move-const-arg
155
- <clang-tidy/checks/performance/move-const-arg>` check by fixing false negatives
156
- on ternary operators calling ``std::move ``.
157
-
158
- - Improved :doc: `misc-unused-using-decls
159
- <clang-tidy/checks/misc/unused-using-decls>` check by fixing false positives
160
- on ``operator"" `` with template parameters.
161
-
162
162
Removed checks
163
163
^^^^^^^^^^^^^^
164
164
0 commit comments