[clang-tools-extra] [clang-tidy] added `IgnoreAliasing` option to `readability-qualified-auto check` (PR #147060)

Juan Besa via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 24 03:03:47 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.
+
+
----------------
JuanBesa wrote:

Fixed while merging

https://github.com/llvm/llvm-project/pull/147060


More information about the cfe-commits mailing list