Skip to content

Commit 19a799a

Browse files
committed
Fix order of checks in docu
1 parent b024d6e commit 19a799a

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

@@ -141,6 +136,11 @@ New checks
141136
Finds unintended character output from ``unsigned char`` and ``signed char``
142137
to an ``ostream``.
143138

139+
- New :doc:`cppcoreguidelines-use-enum-class
140+
<clang-tidy/checks/cppcoreguidelines/use-enum-class>` check.
141+
142+
Finds plain non-class ``enum`` definitions that could use ``enum class``.
143+
144144
- New :doc:`portability-avoid-pragma-once
145145
<clang-tidy/checks/portability/avoid-pragma-once>` check.
146146

0 commit comments

Comments
 (0)