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 @@ -228,6 +228,10 @@ Changes in existing checks
228
228
<clang-tidy/checks/misc/unconventional-assign-operator>` check to avoid
229
229
false positive for C++23 deducing this.
230
230
231
+ - Improved :doc: `misc-use-internal-linkage
232
+ <clang-tidy/checks/misc/use-internal-linkage>` check to insert ``static `` keyword
233
+ before type qualifiers such as ``const `` and ``volatile ``.
234
+
231
235
- Improved :doc: `modernize-avoid-c-arrays
232
236
<clang-tidy/checks/modernize/avoid-c-arrays>` check to suggest using
233
237
``std::span `` as a replacement for parameters of incomplete C array type in
@@ -237,10 +241,6 @@ Changes in existing checks
237
241
<clang-tidy/checks/modernize/loop-convert>` check to fix false positive when
238
242
using loop variable in initializer of lambda capture.
239
243
240
- - Improved :doc: `misc-use-internal-linkage
241
- <clang-tidy/checks/misc/use-internal-linkage>` check to insert ``static `` keyword
242
- before type qualifiers such as ``const `` and ``volatile ``.
243
-
244
244
- Improved :doc: `modernize-min-max-use-initializer-list
245
245
<clang-tidy/checks/modernize/min-max-use-initializer-list>` check by fixing
246
246
a false positive when only an implicit conversion happened inside an
You can’t perform that action at this time.
0 commit comments