File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -252,18 +252,18 @@ Improvements to clang-tidy
252
252
Adds ``[[nodiscard]] `` attributes (introduced in C++17) to member functions
253
253
to highlight at compile time which return values should not be ignored.
254
254
255
- - New :doc: `readability-isolate-decl
256
- <clang-tidy/checks/readability-isolate-declaration>` check.
257
-
258
- Detects local variable declarations declaring more than one variable and
259
- tries to refactor the code to one statement per declaration.
260
-
261
255
- New :doc: `readability-const-return-type
262
256
<clang-tidy/checks/readability-const-return-type>` check.
263
257
264
258
Checks for functions with a ``const ``-qualified return type and recommends
265
259
removal of the ``const `` keyword.
266
260
261
+ - New :doc: `readability-isolate-decl
262
+ <clang-tidy/checks/readability-isolate-declaration>` check.
263
+
264
+ Detects local variable declarations declaring more than one variable and
265
+ tries to refactor the code to one statement per declaration.
266
+
267
267
- New :doc: `readability-magic-numbers
268
268
<clang-tidy/checks/readability-magic-numbers>` check.
269
269
You can’t perform that action at this time.
0 commit comments