[PATCH] D16044: getDescriptiveName() for MemRegion
    Alexander Droste via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Thu Apr 14 07:19:29 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.
That's not the problem. I'm using the same data structure in the MPI-Checker patch.
http://reviews.llvm.org/D16044
    
    
More information about the cfe-commits
mailing list