[PATCH] D21081: MPI-Checker patch for Clang Static Analyzer

Alexander Droste via cfe-commits cfe-commits at lists.llvm.org
Sun Jun 12 05:15:25 PDT 2016


Alexander_Droste added a comment.

F2057622: MPI-Checker.diff <http://reviews.llvm.org/F2057622>

Hi,

I now solved this, by using a `small_vector` of `MPIBugReporter`s (MPIChecker.h line: 101).
So each time a report is generated, a new `MPIBugReporter` is added to that vector,
in order to refer to the correct `ExprEngine` and keep them available for the report flush.
I attached the updated patch, as part of this comment.


http://reviews.llvm.org/D21081





More information about the cfe-commits mailing list