[clang] [analyzer] Fix a crash from element region construction during `ArrayInitLoopExpr` analysis (PR #113570)
via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 24 08:52:24 PDT 2024
isuckatcs wrote:
> I presume that you understand its role
I don't remember why I did it with pattern matching. I guess, I wasn't aware that `getSVal()` will return the binding even if it's enveloped by other expressions.
https://github.com/llvm/llvm-project/pull/113570
More information about the cfe-commits
mailing list