[clang-tools-extra] [clang-tidy] Make `modernize-use-using`'s fixits more robust (PR #149694)
via cfe-commits
cfe-commits at lists.llvm.org
Sun Jul 20 07:25:38 PDT 2025
================
@@ -102,6 +102,10 @@ New check aliases
Changes in existing checks
^^^^^^^^^^^^^^^^^^^^^^^^^^
+- Improved :doc:`modernize-use-using
+ <clang-tidy/checks/modernize/use-using>` check by removing many incorrect
+ fixits and providing fixits where before there was only a warning.
----------------
EugeneZelenko wrote:
```suggestion
fix-its and providing fix-its where before there was only a warning.
```
https://github.com/llvm/llvm-project/pull/149694
More information about the cfe-commits
mailing list