[clang-tools-extra] [clang-tidy] added `IgnoreAliasing` option to `readability-qualified-auto check` (PR #147060)
Baranov Victor via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 23 12:23:55 PDT 2025
================
@@ -114,6 +114,11 @@ Changes in existing checks
<clang-tidy/checks/bugprone/infinite-loop>` check by adding detection for
variables introduced by structured bindings.
+- Improved :doc:`readability-qualified-auto
+ <clang-tidy/checks/readability/qualified-auto>` check by adding the option
+ `IgnoreAliasing`, that allows not looking at underlying types of type aliases.
+
+
----------------
vbvictor wrote:
```suggestion
```
https://github.com/llvm/llvm-project/pull/147060
More information about the cfe-commits
mailing list