================ @@ -0,0 +1,43 @@ +// RUN: %clang_cc1 -analyze -std=c++23 -analyzer-checker=core.DivideZero -verify %s ---------------- steakhal wrote:
You probably want to follow analyzer_cc1 like in any other tests. Also enable the whole core package. https://github.com/llvm/llvm-project/pull/219726 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
