[PATCH] D12726: [analyzer] A fix for symbolic element region index lifetime.
Jordan Rose via cfe-commits
cfe-commits at lists.llvm.org
Mon Sep 14 20:33:35 PDT 2015
jordan_rose added a comment.
Hm, interesting. I'm not sure this is even sufficient, though: what if I have a FieldRegion that's a sub-region of an ElementRegion with a symbolic index? RegionStore does everything by base regions, so we won't ever see that intermediate region with the symbolic index.
http://reviews.llvm.org/D12726
More information about the cfe-commits
mailing list