summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Checkers/ValistChecker.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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