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
228228 <clang-tidy/checks/misc/unconventional-assign-operator>` check to avoid
229229 false positive for C++23 deducing this.
230230
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+
231235- Improved :doc: `modernize-avoid-c-arrays
232236 <clang-tidy/checks/modernize/avoid-c-arrays>` check to suggest using
233237 ``std::span `` as a replacement for parameters of incomplete C array type in
@@ -237,10 +241,6 @@ Changes in existing checks
237241 <clang-tidy/checks/modernize/loop-convert>` check to fix false positive when
238242 using loop variable in initializer of lambda capture.
239243
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-
244244- Improved :doc: `modernize-min-max-use-initializer-list
245245 <clang-tidy/checks/modernize/min-max-use-initializer-list>` check by fixing
246246 a false positive when only an implicit conversion happened inside an
You can’t perform that action at this time.
0 commit comments