[PATCH] D130974: [analyzer] Fix for the crash in #56873
Domján Dániel via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 10 09:00:16 PDT 2022
isuckatcs added a comment.
> If so, shouldn't be some dependencies across these revisions?
I don't think they are that closely related.
This patch is about fixing an assertion failure. This assertion failure happens because we don't handle a case not because the checker doesn't exist.
Also the checker alone wouldn't solve the problem, because if it's turned off, the same crash will happen.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D130974/new/
https://reviews.llvm.org/D130974
More information about the cfe-commits
mailing list