Skip to content

Commit 0c21ed4

Browse files
authored
[clang-tidy][NFC] fix release note order (#117484)
1 parent f942949 commit 0c21ed4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

clang-tools-extra/docs/ReleaseNotes.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)