[PATCH] D12761: MPI-Checker patch for Clang Static Analyzer
Alexander Droste via cfe-commits
cfe-commits at lists.llvm.org
Sun Sep 20 11:43:01 PDT 2015
Alexander_Droste marked 2 inline comments as done.
================
Comment at: tools/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/MPIBugReporter.cpp:137
@@ +136,3 @@
+
+ // This is never reached...
+ llvm::outs() << "////////////////"
----------------
I figured out what the problem about the request retrieval is:
`REGISTER_MAP_WITH_PROGRAMSTATE(RequestMap, const clang::ento::clang::mpi::Request)`
The documentation states: "The macro should not be used inside namespaces, or for traits that must
be accessible from more than one translation unit." I think I need some advice here, how to make the
same RequestMap accessible in multiple translation units.
http://reviews.llvm.org/D12761
More information about the cfe-commits
mailing list