[PATCH] D71371: [analyzer] Do not cache out on some shared implicit AST nodes.

Gábor Horváth via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 11 13:23:54 PST 2019


xazax.hun added a comment.

Hmm loops. Right. So this solution is insufficient because it can prevent legitimate caching out in loops.

If we remove those initializers from the CFG wouldn't we loose the Pre/PostStmt callbacks? Is that acceptable? If not, we might need to create a new program point :(


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D71371/new/

https://reviews.llvm.org/D71371





More information about the cfe-commits mailing list