llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker
Artem Dergachev 6dd11048f5 [analyzer] Enforce super-region classes for various memory regions.
We now check the type of the super-region pointer for most SubRegion classes
in compile time; some checks are run-time though.

This is an API-breaking change (we now require explicit casts to specific region
sub-classes), but in practice very few checkers are affected.

Differential Revision: https://reviews.llvm.org/D26838

llvm-svn: 300189
2017-04-13 09:56:07 +00:00
..
MPIBugReporter.cpp Migrate PathDiagnosticPiece to std::shared_ptr 2017-01-05 17:26:53 +00:00
MPIBugReporter.h Migrate PathDiagnosticPiece to std::shared_ptr 2017-01-05 17:26:53 +00:00
MPIChecker.cpp [analyzer] Enforce super-region classes for various memory regions. 2017-04-13 09:56:07 +00:00
MPIChecker.h [analyzer] Update two comments in MPI-Checker. NFC. 2016-08-02 23:24:40 +00:00
MPIFunctionClassifier.cpp MPI-Checker: move MPIFunctionClassifier.h 2016-07-25 15:27:16 +00:00
MPITypes.h Revert test commit 2016-08-12 17:46:23 +00:00