summaryrefslogtreecommitdiffstats
path: root/clang/lib/Checker/BasicObjCFoundationChecks.cpp
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Refactoring: lib/Checker -> lib/GR and libclangChecker -> libclang...Argyrios Kyrtzidis2010-12-221-520/+0
* [analyzer] Refactoring: include/clang/Checker -> include/clang/GRArgyrios Kyrtzidis2010-12-221-8/+8
* Rename 'Generate[Node,Sink]' to 'generate[Node,Sink]'.Ted Kremenek2010-12-201-5/+5
* Merge ValueManager into SValBuilder.Ted Kremenek2010-12-021-4/+3
* Rename all 'AssumeXXX' methods in libCheckerTed Kremenek2010-12-011-1/+1
* Rename all 'EvalXXX' methods in libChecker toTed Kremenek2010-12-011-1/+1
* Rename 'SValuator' to 'SValBuilder'. The new nameTed Kremenek2010-12-011-2/+2
* Move classes into anonymous namespaces.Benjamin Kramer2010-10-221-9/+10
* Convert GRSimpleAPIChecks in BasicObjCFoundationChecks to be Checkers.Ted Kremenek2010-10-201-249/+184
* Remove dead code, caught by unused function warnings.Argyrios Kyrtzidis2010-08-151-3/+0
* MemRegion can refer to ASTContext without external help.Zhongxing Xu2010-08-111-1/+1
* Improve NULL-checking for CFRetain/CFRelease. We now remember that the argume...Jordy Rose2010-07-061-41/+52
* Clean up some more uses of getAs<ObjCInterfaceType>() that Fariborz pointedJohn McCall2010-05-171-2/+2
* Overhaul the AST representation of Objective-C message sendDouglas Gregor2010-04-211-11/+30
* Checker: random include cleanup.Benjamin Kramer2010-03-271-2/+1
* Simplify another switch/strcmp construct. No functionality/performance change.Benjamin Kramer2010-02-081-55/+16
* Revert 95541.Ted Kremenek2010-02-081-5/+5
* Rename: GRState::getSVal(Stmt*) => getExprVal(),Zhongxing Xu2010-02-081-5/+5
* Move 'LocalCheckers.h' to the 'Checkers' subdirectory.Ted Kremenek2010-01-261-1/+1
* Move BugReporter.h, PathDiagnostic.h, and BugType.h to 'include/Checker/BugRe...Ted Kremenek2010-01-251-2/+2
* Split libAnalysis into two libraries: libAnalysis and libChecker.Ted Kremenek2010-01-251-0/+598
OpenPOWER on IntegriCloud