Skip to content

Commit c01ffab

Browse files
committed
[clang-tidy][doc] reorder release note
1 parent 644de6a commit c01ffab

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
@@ -350,6 +350,10 @@ Changes in existing checks
350350
file path for anonymous enums in the diagnostic, and by fixing a typo in the
351351
diagnostic.
352352

353+
- Improved :doc:`readability-identifier-naming
354+
<clang-tidy/checks/readability/identifier-naming>` check to
355+
validate ``namespace`` aliases.
356+
353357
- Improved :doc:`readability-implicit-bool-conversion
354358
<clang-tidy/checks/readability/implicit-bool-conversion>` check
355359
by adding the option `UseUpperCaseLiteralSuffix` to select the
@@ -360,10 +364,6 @@ Changes in existing checks
360364
<clang-tidy/checks/readability/redundant-smartptr-get>` check to
361365
remove `->`, when redundant `get()` is removed.
362366

363-
- Improved :doc:`readability-identifier-naming
364-
<clang-tidy/checks/readability/identifier-naming>` check to
365-
validate ``namespace`` aliases.
366-
367367
Removed checks
368368
^^^^^^^^^^^^^^
369369

0 commit comments

Comments
 (0)