File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -117,11 +117,6 @@ Improvements to clang-tidy
117
117
New checks
118
118
^^^^^^^^^^
119
119
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
-
125
120
- New :doc: `bugprone-capturing-this-in-member-variable
126
121
<clang-tidy/checks/bugprone/capturing-this-in-member-variable>` check.
127
122
@@ -141,6 +136,11 @@ New checks
141
136
Finds unintended character output from ``unsigned char `` and ``signed char ``
142
137
to an ``ostream ``.
143
138
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
+
144
144
- New :doc: `portability-avoid-pragma-once
145
145
<clang-tidy/checks/portability/avoid-pragma-once>` check.
146
146
You can’t perform that action at this time.
0 commit comments