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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to