summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Checkers/UnixAPIChecker.cpp
Commit message (Expand)AuthorAgeFilesLines
* "This change adds alloca/valloc checks to UnixAPIChecker. It includes a small...Ted Kremenek2012-01-111-48/+61
* [analyzer] Make the entries in 'Environment' context-sensitive by making entr...Ted Kremenek2012-01-061-5/+6
* Enhance UnixAPIChecker to also warn about zero-sized allocations to calloc() ...Ted Kremenek2012-01-031-25/+113
* [analyzer] Refactor checkers to use helper function for getting callee Decl a...Anna Zaks2011-12-011-12/+3
* [analyzer] Rename generateNode -> addTransition in CheckerContextAnna Zaks2011-10-261-1/+1
* [analyzer] Simplify CheckerContextAnna Zaks2011-10-251-1/+1
* Extend the ASTContext constructor to delay the initialization ofDouglas Gregor2011-09-021-1/+2
* Static Analyzer Diagnostics: Kill the addVisitorCreator(callbackTy, void*) AP...Anna Zaks2011-08-191-2/+2
* Remove EnhancedBugReport and RangedBugReport - pull all the extra functionali...Anna Zaks2011-08-171-5/+5
* Rename GRState to ProgramState, and cleanup some code formatting along the way.Ted Kremenek2011-08-151-6/+6
* Clean up UnixAPIChecker, including switching its array of BugTypes to llvm::O...Jordy Rose2011-07-151-70/+40
* [analyzer] Rename CheckerV2 -> Checker.Argyrios Kyrtzidis2011-03-011-2/+2
* [analyzer] Migrate to CheckerV2:Argyrios Kyrtzidis2011-02-231-23/+27
* [analyzer] Pass CheckerManager to the registration functions.Argyrios Kyrtzidis2011-02-171-1/+6
* [analyzer] Use the new registration mechanism on some of the internal checks....Argyrios Kyrtzidis2011-02-151-2/+2
* Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core'...Ted Kremenek2011-02-101-2/+2
* [analyzer] lib/StaticAnalyzer/Checkers/ExprEngineInternalChecks.h -> lib/Stat...Argyrios Kyrtzidis2011-02-081-1/+1
* Chris Lattner has strong opinions about directoryTed Kremenek2010-12-231-0/+277
OpenPOWER on IntegriCloud