[clang] [analyzer] Disable graph-trim-interval by default (PR #111843)
DonĂ¡t Nagy via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 10 09:15:19 PDT 2024
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
More information about the cfe-commits
mailing list