File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 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
350350 file path for anonymous enums in the diagnostic, and by fixing a typo in the
351351 diagnostic.
352352
353+ - Improved :doc: `readability-identifier-naming
354+ <clang-tidy/checks/readability/identifier-naming>` check to
355+ validate ``namespace `` aliases.
356+
353357- Improved :doc: `readability-implicit-bool-conversion
354358 <clang-tidy/checks/readability/implicit-bool-conversion>` check
355359 by adding the option `UseUpperCaseLiteralSuffix ` to select the
@@ -360,10 +364,6 @@ Changes in existing checks
360364 <clang-tidy/checks/readability/redundant-smartptr-get>` check to
361365 remove `-> `, when redundant `get() ` is removed.
362366
363- - Improved :doc: `readability-identifier-naming
364- <clang-tidy/checks/readability/identifier-naming>` check to
365- validate ``namespace `` aliases.
366-
367367Removed checks
368368^^^^^^^^^^^^^^
369369
You can’t perform that action at this time.
0 commit comments