[PATCH] D153273: [analyzer] Rework support for CFGScopeBegin, CFGScopeEnd, CFGLifetime elements
Balázs Benics via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 4 08:13:05 PDT 2023
steakhal accepted this revision.
steakhal added a comment.
This revision is now accepted and ready to land.
I'd appreciate some review on this, given that a lot of you would be affected by the changes of CFG.
By changes I mean, fixes for goto statements, properly calling destructors and stuff.
It's already in production for our CSA fork, and the results look good.
In two weeks we plan to land this unless anyone objects.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153273/new/
https://reviews.llvm.org/D153273
More information about the cfe-commits
mailing list