File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -350,6 +350,10 @@ Changes in existing checks
350
350
file path for anonymous enums in the diagnostic, and by fixing a typo in the
351
351
diagnostic.
352
352
353
+ - Improved :doc: `readability-identifier-naming
354
+ <clang-tidy/checks/readability/identifier-naming>` check to
355
+ validate ``namespace `` aliases.
356
+
353
357
- Improved :doc: `readability-implicit-bool-conversion
354
358
<clang-tidy/checks/readability/implicit-bool-conversion>` check
355
359
by adding the option `UseUpperCaseLiteralSuffix ` to select the
@@ -360,10 +364,6 @@ Changes in existing checks
360
364
<clang-tidy/checks/readability/redundant-smartptr-get>` check to
361
365
remove `-> `, when redundant `get() ` is removed.
362
366
363
- - Improved :doc: `readability-identifier-naming
364
- <clang-tidy/checks/readability/identifier-naming>` check to
365
- validate ``namespace `` aliases.
366
-
367
367
Removed checks
368
368
^^^^^^^^^^^^^^
369
369
You can’t perform that action at this time.
0 commit comments