================ @@ -0,0 +1,12 @@ +// RUN: %clang_analyze_cc1 -analyzer-checker=debug.DebugLifetimeAnnotations \ ---------------- steakhal wrote:
We must also enable `core` because the `cc1` driver does not enable the otherwise default enabled checkers when using the clang flag `--analyze`. tldr; enable `core`. And probably also your checker beyond the debug checker. https://github.com/llvm/llvm-project/pull/200145 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
