================
@@ -0,0 +1,5 @@
+// RUN: %clang --analyze %s -ftime-trace -Xclang -verify
+// expected-no-diagnostics
----------------
steakhal wrote:

Have you tried `clang_analyze_cc1`? We usually prefer that in our tests. It 
gives us an extra level of indirection over using `%clang` directly.

https://github.com/llvm/llvm-project/pull/139820
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to