[clang-tools-extra] [clang-tidy] added `RespectOpaqueTypes` option to `readability-qualified-auto check` (PR #147060)
Baranov Victor via cfe-commits
cfe-commits at lists.llvm.org
Fri Jul 4 10:16:23 PDT 2025
================
@@ -0,0 +1,239 @@
+// RUN: %check_clang_tidy %s readability-qualified-auto %t -- -config="{CheckOptions: [\
----------------
vbvictor wrote:
Please write tests in existing `qualified-auto.cpp`. You can have multiple RUN commands in one file.
https://github.com/llvm/llvm-project/pull/147060
More information about the cfe-commits
mailing list