aytey wrote:

> I suspect that you're loading checkers as clang plugins and one of them is 
> causing it.

So here's how I'm invoking `clang` for those crashes:

* `./bin/clang -cc1 -analyze -analyzer-checker=nullability.NullPassedToNonnull 
-analyzer-config aggressive-binary-operation-simplification=true <file>`

For those crashes `<file>` can be anything (even empty!) and you get the same 
backtrace.

> There's something else going on.

Yeah, I'd agree with that! 😄 

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

Reply via email to