Skip to content

Commit 3f93c6f

Browse files
committed
Fix order of checks in docu
1 parent a5c1437 commit 3f93c6f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

clang-tools-extra/docs/ReleaseNotes.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -117,11 +117,6 @@ Improvements to clang-tidy
117117
New checks
118118
^^^^^^^^^^
119119

120-
- New :doc:`cppcoreguidelines-use-enum-class
121-
<clang-tidy/checks/cppcoreguidelines/use-enum-class>` check.
122-
123-
Finds plain non-class ``enum`` definitions that could use ``enum class``.
124-
125120
- New :doc:`bugprone-capturing-this-in-member-variable
126121
<clang-tidy/checks/bugprone/capturing-this-in-member-variable>` check.
127122

@@ -135,6 +130,11 @@ New checks
135130
Finds unintended character output from ``unsigned char`` and ``signed char``
136131
to an ``ostream``.
137132

133+
- New :doc:`cppcoreguidelines-use-enum-class
134+
<clang-tidy/checks/cppcoreguidelines/use-enum-class>` check.
135+
136+
Finds plain non-class ``enum`` definitions that could use ``enum class``.
137+
138138
- New :doc:`readability-ambiguous-smartptr-reset-call
139139
<clang-tidy/checks/readability/ambiguous-smartptr-reset-call>` check.
140140

0 commit comments

Comments
 (0)