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



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

Reply via email to