[clang] [analyzer] `canReasonAbout` does not support `nonloc::LazyCompoundVal` (PR #87521)
Artem Dergachev via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 4 14:39:00 PDT 2024
haoNoQ wrote:
> Here's the traceback for the second set:
The constraint manager doesn't even exist yet at the moment of time represented by this backtrace. There's something else going on. I suspect that you're loading checkers as clang plugins and one of them is causing it.
https://github.com/llvm/llvm-project/pull/87521
More information about the cfe-commits
mailing list