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
@@ -135,6 +130,11 @@ New checks
135
130
Finds unintended character output from ``unsigned char `` and ``signed char ``
136
131
to an ``ostream ``.
137
132
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
+
138
138
- New :doc: `readability-ambiguous-smartptr-reset-call
139
139
<clang-tidy/checks/readability/ambiguous-smartptr-reset-call>` check.
140
140
You can’t perform that action at this time.
0 commit comments