NagyDonat wrote:

> Is it a possible way forward dropping that assert?

The function that performs the assertion is not part of the static analyzer, 
it's a generic graph algorithm from an LLVM support library and the assertion 
seems to be a really obvious sanity check. I don't think that it's reasonable 
to remove the assertion months after it was added.

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

Reply via email to