This revision was automatically updated to reflect the committed changes.
Closed by commit rL324053: [analyzer] Fix transitions in
check::PreStmt checker callback. (authored by dergachev,
committed by ).
Herald added a subscriber: llvm-commits.
Repository:
rL LLVM
https://reviews.
MTC added a comment.
In https://reviews.llvm.org/D42785#995211, @NoQ wrote:
> Ew. So it means that checker transitions are currently discarded. Great
> catch. I guess we don't use this functionality yet, so we can't test it, but
> the fix should definitely go in.
You are right, that's why I d
NoQ accepted this revision.
NoQ added a comment.
This revision is now accepted and ready to land.
Ew. So it means that checker transitions are currently discarded. Great catch.
I guess we don't use this functionality yet, so we can't test it, but the fix
should definitely go in.
Then, again, i'
MTC created this revision.
MTC added reviewers: NoQ, dcoughlin.
Herald added subscribers: cfe-commits, a.sidorin, szepet, xazax.hun.
Herald added a reviewer: george.karpenkov.
MTC edited the summary of this revision.
`VisitCommonDeclRefExpr()` should accept the ExplodedNode in `CheckedSet` as an