aboutsummaryrefslogtreecommitdiff
path: root/lib/Checker/CFRefCount.cpp
AgeCommit message (Expand)Author
2010-03-27Checker: random include cleanup.Benjamin Kramer
2010-03-08Extend ObjCMessageExpr for class method sends with the source locationDouglas Gregor
2010-02-18Recognize attributes ns_returns_not_retained and cf_returns_not_retainedTed Kremenek
2010-02-18Sort @includes.Ted Kremenek
2010-02-08Reapply r95546, no intended change in performance or functionality.Benjamin Kramer
2010-02-08Revert 95546 since it changed the algorithmic characteristics of the conventi...Ted Kremenek
2010-02-08Simplify code with StringRef.Benjamin Kramer
2010-02-08Revert 95541.Ted Kremenek
2010-02-08Rename: GRState::getSVal(Stmt*) => getExprVal(),Zhongxing Xu
2010-02-05More GRState* -> Store changes.Zhongxing Xu
2010-01-27Move more naming conventions logic out of the retain/release checker to Cocoa...Ted Kremenek
2010-01-27Remove unnecessary ASTContext* argument from isRefType().Ted Kremenek
2010-01-27Start pulling out pieces of the monolithic retain/release checker intoTed Kremenek
2010-01-26Move 'LocalCheckers.h' to the 'Checkers' subdirectory.Ted Kremenek
2010-01-25Move BugReporter.h, PathDiagnostic.h, and BugType.h to 'include/Checker/BugRe...Ted Kremenek
2010-01-25Split libAnalysis into two libraries: libAnalysis and libChecker.Ted Kremenek