[PATCH] D21978: [analyzer] Add LocationContext to SymbolMetadata

Artem Dergachev via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 6 17:32:17 PDT 2016


NoQ added a comment.

I also never noticed that the block count gets reset on every stack frame, that's pretty unobvious. Uhm, and it's already there in SymbolConjured. Anyway, fixing the block count itself seems to be pretty complicated.

Also, maybe once the ScopeContext thing is ready, we'd be able to omit the block count completely.


http://reviews.llvm.org/D21978





More information about the cfe-commits mailing list