[PATCH] D16044: getDescriptiveName() for MemRegion

Alexander Droste via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 14 06:50:26 PDT 2016


Alexander_Droste added a comment.

Looking at the code it seems that this data structure:
`typedef SmallVector<const MemRegion *, 2> RegionVector;`
tricks the function into rating the MemRegion as an ElementRegion.


http://reviews.llvm.org/D16044





More information about the cfe-commits mailing list