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

Alexander Droste via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 25 01:57:54 PST 2016


Alexander_Droste added inline comments.

================
Comment at: lib/StaticAnalyzer/Checkers/MPI-Checker/MPIBugReporter.cpp:38
@@ +37,3 @@
+  Report->addRange(MPICallEvent.getSourceRange());
+  SourceRange Range = RequestRegion->sourceRange();
+  // util::sourceRange(RequestRegion);
----------------
The MemRegion `sourceRange()` patch is not under review yet. I will submit the patch for after http://reviews.llvm.org/D16044 got accepted.


http://reviews.llvm.org/D12761





More information about the cfe-commits mailing list