[PATCH] D12761: MPI-Checker patch for Clang Static Analyzer
Alexander Droste via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 30 07:40:40 PDT 2016
Alexander_Droste updated the summary for this revision.
Alexander_Droste updated this revision to Diff 52056.
Alexander_Droste added a comment.
- added test that uses wrapper functions around MPI functions
- added test to check behavior in case MPI functions are used in other translation units
- added more `MPI_Waitall` tests -> `missingNonBlockingWaitall*`
http://reviews.llvm.org/D12761
Files:
lib/StaticAnalyzer/Checkers/CMakeLists.txt
lib/StaticAnalyzer/Checkers/Checkers.td
lib/StaticAnalyzer/Checkers/MPI-Checker/MPIBugReporter.cpp
lib/StaticAnalyzer/Checkers/MPI-Checker/MPIBugReporter.h
lib/StaticAnalyzer/Checkers/MPI-Checker/MPIChecker.cpp
lib/StaticAnalyzer/Checkers/MPI-Checker/MPIChecker.h
lib/StaticAnalyzer/Checkers/MPI-Checker/MPIFunctionClassifier.cpp
lib/StaticAnalyzer/Checkers/MPI-Checker/MPIFunctionClassifier.h
lib/StaticAnalyzer/Checkers/MPI-Checker/MPITypes.h
test/Analysis/MPIChecker.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12761.52056.patch
Type: text/x-patch
Size: 52184 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160330/07a82b5f/attachment-0001.bin>
More information about the cfe-commits
mailing list