[clang] [NFC][analyzer] Use %clang_analyze_cc1 consistently (PR #145895)

Balazs Benics via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 26 10:45:06 PDT 2025


================
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -analyze -analyzer-constraints=z3 -setup-static-analyzer \
+// RUN: %clang_analyze_cc1 -analyzer-constraints=z3 -setup-static-analyzer \
----------------
steakhal wrote:

Can you drop the `-setup-static-analyzer`?

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


More information about the cfe-commits mailing list