summaryrefslogtreecommitdiffstats
path: root/clang/lib/Checker/CFRefCount.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add raw_ostream operators to NamedDecl for convenience. Switch over all users...Benjamin Kramer2010-04-171-1/+1
* Checker: random include cleanup.Benjamin Kramer2010-03-271-2/+1
* Extend ObjCMessageExpr for class method sends with the source locationDouglas Gregor2010-03-081-2/+2
* Recognize attributes ns_returns_not_retained and cf_returns_not_retainedTed Kremenek2010-02-181-2/+16
* Sort @includes.Ted Kremenek2010-02-181-11/+11
* Reapply r95546, no intended change in performance or functionality.Benjamin Kramer2010-02-081-144/+70
* Revert 95546 since it changed the algorithmic characteristics of the conventi...Ted Kremenek2010-02-081-69/+146
* Simplify code with StringRef.Benjamin Kramer2010-02-081-146/+69
* Revert 95541.Ted Kremenek2010-02-081-16/+15
* Rename: GRState::getSVal(Stmt*) => getExprVal(),Zhongxing Xu2010-02-081-15/+16
* More GRState* -> Store changes.Zhongxing Xu2010-02-051-1/+3
* Move more naming conventions logic out of the retain/release checker to Cocoa...Ted Kremenek2010-01-271-87/+10
* Remove unnecessary ASTContext* argument from isRefType().Ted Kremenek2010-01-271-5/+5
* Start pulling out pieces of the monolithic retain/release checker intoTed Kremenek2010-01-271-125/+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-3/+3
* Split libAnalysis into two libraries: libAnalysis and libChecker.Ted Kremenek2010-01-251-0/+3790
OpenPOWER on IntegriCloud