[PATCH] D12761: MPI-Checker patch for Clang Static Analyzer
Alexander Droste via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 25 01:52:26 PST 2016
Alexander_Droste updated this revision to Diff 49023.
Alexander_Droste marked 2 inline comments as done.
Alexander_Droste added a comment.
- fixed checkUnmatchedWaits (added ErrorNode)
- non fatal error node for double nonblocking
- renamed BugReporter variable to BReporter
- description why custom RequestMap is used
- collapse pathsensitivechecker with mpichecker
- mpi-checker move to optin package
- moved `sourceRange()` memregion.cpp/h
- remove Utility.cpp/h
- put everything into clang::ento
- remove '––––' from comments
- test case checking for multiple missing nonblocking calls in the same line (`// expected-warning-re 1+{{Request {{.*}} has..`)
- removed some of the mpi classifications/identifiers
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.49023.patch
Type: text/x-patch
Size: 51621 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160225/175b17c3/attachment-0001.bin>
More information about the cfe-commits
mailing list