[PATCH] D16044: getDescriptiveName() for MemRegion

Gábor Horváth via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 14 06:23:06 PDT 2016


xazax.hun added a comment.

I tested this patch using http://reviews.llvm.org/D15227

Unfortunately for non-array variables the getDescriptiveName returned var_name[0]. Note the spurious [0] part.

Could you look into that?


http://reviews.llvm.org/D16044





More information about the cfe-commits mailing list