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

Alexander Droste via cfe-commits cfe-commits at lists.llvm.org
Sat Apr 16 03:31:53 PDT 2016


Alexander_Droste updated this revision to Diff 53982.
Alexander_Droste added a comment.

- added test file to test for note diagnostics
- changed BugReportVisitor to detect request usage purely based on state and existence of a request
- added test that showcases a triple nonblocking usage of a request


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
  test/Analysis/MPICheckerNotes.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12761.53982.patch
Type: text/x-patch
Size: 52747 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160416/818d8c36/attachment-0001.bin>


More information about the cfe-commits mailing list