[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 22 06:20:17 PDT 2025
================
@@ -374,6 +374,8 @@ Changes in existing checks
- Improved :doc:`readability-qualified-auto
<clang-tidy/checks/readability/qualified-auto>` check by adding the option
`AllowedTypes`, that excludes specified types from adding qualifiers.
+ Added the option `IgnoreAliasing`, that allows not looking at underlying
----------------
EugeneZelenko wrote:
Please rebase from `main` and reword entry - Release Notes were cleared after 21.x branch creation.
https://github.com/llvm/llvm-project/pull/147060
More information about the cfe-commits
mailing list