summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Checkers/ValistChecker.cpp
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Add CheckerManager::getChecker, make sure that a registry function...Kristof Umann2019-01-261-1/+1
* [analyzer] Reimplement dependencies between checkersKristof Umann2019-01-261-0/+8
* [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-191-4/+3
* Revert "Fix failing MSan bots"George Karpenkov2019-01-181-2/+2
* Fix failing MSan botsVlad Tsyrklevich2019-01-181-2/+2
* [analyzer] Extend BugType constructor to accept "SuppressOnSink" as a parameterGeorge Karpenkov2019-01-181-2/+2
* [analyzer][NFC] Move CheckerRegistry from the Core directory to FrontendKristof Umann2018-12-151-1/+1
* [analyzer] [NFC] Remove unused parameters, as found by -Wunused-parameterGeorge Karpenkov2018-09-281-3/+2
* [analyzer] Do not run visitors until the fixpoint, run only once.George Karpenkov2018-06-261-4/+3
* [analyzer] Remove the unused method declaration in `ValistChecker.cpp`.Henry Wong2018-03-301-1/+0
* [analyzer] introduce getSVal(Stmt *) helper on ExplodedNode, make sure the he...George Karpenkov2018-01-171-1/+1
* [analyzer] Fix some check's output plist not containing the check nameGabor Horvath2018-01-061-7/+11
* [analyzer] Fix memory error bug category capitalization.Artem Dergachev2017-05-031-2/+3
* [analyzer] Fix a rare crash for valist check.Gabor Horvath2017-03-131-6/+2
* [analyzer] Improve valist checks and move it out from alpha state.Gabor Horvath2017-03-071-24/+65
* Migrate PathDiagnosticPiece to std::shared_ptrDavid Blaikie2017-01-051-6/+6
* Reapply "[analyzer] Added valist related checkers."Gabor Horvath2016-08-221-0/+373
* revert [analyzer] Added valist related checkers.Gabor Horvath2016-08-181-373/+0
* [analyzer] Added valist related checkers.Gabor Horvath2016-08-181-0/+373
OpenPOWER on IntegriCloud