[PATCH] D21081: MPI-Checker patch for Clang Static Analyzer
Devin Coughlin via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 7 09:23:40 PDT 2016
dcoughlin added a comment.
Alexander,
When I committed your patch, the AddressSanitizer bots found a memory corruption issue so I reverted it. This will need to be fixed before we can commit the patch. Since Phabricator automatically closed http://reviews.llvm.org/D12761, I've created a new revision. The attached diff is a very a slightly modified version of your original patch modified so that it compiles with gcc, which is more strict about certain template specializations and brace initializations.
http://reviews.llvm.org/D21081
More information about the cfe-commits
mailing list