summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Checkers/MPI-Checker
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] NFC: Introduce sub-classes for path-sensitive and basic reports.Artem Dergachev2019-09-092-9/+11
* [analyzer] Fix analyzer warnings on analyzer.Artem Dergachev2019-08-281-1/+3
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-5/+5
* [analyzer][NFC] Refactoring BugReporter.cpp P3.: std::shared_pointer<PathDiag...Kristof Umann2019-08-132-7/+5
* [analyzer] Supply all checkers with a shouldRegister functionKristof Umann2019-01-261-0/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-196-24/+18
* [analyzer][NFC] Move CheckerRegistry from the Core directory to FrontendKristof Umann2018-12-151-1/+1
* [analyzer] Fix the "Zombie Symbols" bug.Artem Dergachev2018-11-301-3/+0
* [analyzer] [NFC] Remove unused parameters, as found by -Wunused-parameterGeorge Karpenkov2018-09-282-4/+2
* [analyzer] Do not run visitors until the fixpoint, run only once.George Karpenkov2018-06-261-1/+1
* [analyzer] Enforce super-region classes for various memory regions.Artem Dergachev2017-04-131-2/+2
* Migrate PathDiagnosticPiece to std::shared_ptrDavid Blaikie2017-01-052-8/+10
* Revert test commitAlexander Droste2016-08-121-1/+0
* Test commit - first LLVM repo commitAlexander Droste2016-08-121-0/+1
* [analyzer] Update two comments in MPI-Checker. NFC.Devin Coughlin2016-08-022-7/+4
* MPI-Checker: move MPIFunctionClassifier.hAlexander Kornienko2016-07-255-106/+10
* MPIBugReporter.h: Fix a warning. [-Wdocumentation]NAKAMURA Takumi2016-06-131-1/+1
* [analyzer] Remove some list initialization from MPI Checker to make MSVC bots...Devin Coughlin2016-06-132-19/+19
* [analyzer] Add checker to verify the correct usage of the MPI APIDevin Coughlin2016-06-137-0/+972
* Revert "[analyzer] Reapply r271907 (2nd try)."Devin Coughlin2016-06-077-978/+0
* [analyzer] Speculative fix for r271907.Devin Coughlin2016-06-071-1/+1
* [analyzer] Reapply r271907 (2nd try).Devin Coughlin2016-06-077-0/+978
* Revert "Reapply "[analyzer] Add checker for correct usage of MPI API in C and...Devin Coughlin2016-06-067-978/+0
* Reapply "[analyzer] Add checker for correct usage of MPI API in C and C++."Devin Coughlin2016-06-067-0/+978
* Revert "[analyzer] Add checker for correct usage of MPI API in C and C++."Devin Coughlin2016-06-067-976/+0
* [analyzer] Add checker for correct usage of MPI API in C and C++.Devin Coughlin2016-06-067-0/+976
OpenPOWER on IntegriCloud