summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/MPIBugReporter.h
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] NFC: Introduce sub-classes for path-sensitive and basic reports.Artem Dergachev2019-09-091-1/+1
* [analyzer][NFC] Refactoring BugReporter.cpp P3.: std::shared_pointer<PathDiag...Kristof Umann2019-08-131-3/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [analyzer] [NFC] Remove unused parameters, as found by -Wunused-parameterGeorge Karpenkov2018-09-281-1/+0
* [analyzer] Do not run visitors until the fixpoint, run only once.George Karpenkov2018-06-261-1/+1
* Migrate PathDiagnosticPiece to std::shared_ptrDavid Blaikie2017-01-051-4/+4
* [analyzer] Update two comments in MPI-Checker. NFC.Devin Coughlin2016-08-021-3/+1
* 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-131-3/+3
* [analyzer] Add checker to verify the correct usage of the MPI APIDevin Coughlin2016-06-131-0/+111
* Revert "[analyzer] Reapply r271907 (2nd try)."Devin Coughlin2016-06-071-110/+0
* [analyzer] Speculative fix for r271907.Devin Coughlin2016-06-071-1/+1
* [analyzer] Reapply r271907 (2nd try).Devin Coughlin2016-06-071-0/+110
* Revert "Reapply "[analyzer] Add checker for correct usage of MPI API in C and...Devin Coughlin2016-06-061-110/+0
* Reapply "[analyzer] Add checker for correct usage of MPI API in C and C++."Devin Coughlin2016-06-061-0/+110
* Revert "[analyzer] Add checker for correct usage of MPI API in C and C++."Devin Coughlin2016-06-061-110/+0
* [analyzer] Add checker for correct usage of MPI API in C and C++.Devin Coughlin2016-06-061-0/+110
OpenPOWER on IntegriCloud