[PATCH] D16044: getDescriptiveName() for MemRegion

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


xazax.hun added a comment.

Sure, the test case of http://reviews.llvm.org/D15227 is faiing because of this.

In test/Analysis/valist-unterminated.c, line 10
Initialized va_list 'va[0]' is leaked
is emitted instead of
Initialized va_list 'va' is leaked


http://reviews.llvm.org/D16044





More information about the cfe-commits mailing list