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

via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 15 10:52:27 PDT 2025


================
@@ -99,8 +99,10 @@ Note in the LLVM alias, the default value is `false`.
 
 .. option:: IgnoreAliasing
 
-  If set to `true` the check will use the canonical type to determine the type that ``auto`` is deduced to.
-  If set to `false` the check will not look beyond the first type alias. Default value is `true`.
+  If set to `true` the check will use the underlying type to determine the type
+  that ``auto`` is deduced to.
+  If set to `false` the check will not look beyond the first type alias.
----------------
EugeneZelenko wrote:

Should start on previous line.

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


More information about the cfe-commits mailing list