aboutsummaryrefslogtreecommitdiff
path: root/lib/StaticAnalyzer/Checkers/RetainCountChecker.cpp
AgeCommit message (Expand)Author
2011-10-14Change operator<< for raw_ostream and NamedDecl to take a reference instead o...Benjamin Kramer
2011-10-06[analyzer] Remove the dependency on CheckerContext::getStmt() as well as the ...Anna Zaks
2011-10-05Fix major regression in RetainCountChecker. DefaultSummaries were not being ...Ted Kremenek
2011-10-05[analyzer] Remove the last dependency on CheckerContext::getNodeBuilder() as ...Anna Zaks
2011-10-04[analyzer] Removing more references to CheckerContext::getNodeBuilder(): ask ...Anna Zaks
2011-10-04[analyzer] Removing references to CheckerContext::getNodeBuilder(): checkers ...Anna Zaks
2011-10-03Allow getting all source locations of selector identifiers in a ObjCMethodDecl.Argyrios Kyrtzidis
2011-10-01Tweak the interface for analyzing the CF conventions for a nameJohn McCall
2011-09-30[analyzer] Fix a bug in RetainReleaseChecker diagnostics. It gives more preci...Anna Zaks
2011-09-20[analyzer] Refactor PathDiagnosticLocation: Make PathDiagnosticLocation(Sourc...Anna Zaks
2011-09-15[analyzer] Refactor: make PathDiagnosticLocation responsible for validation o...Anna Zaks
2011-09-15[analyzer] Refactor: make PathDiagnosticLocation responsible for validation o...Anna Zaks
2011-09-14[analyzer] Refactor: Make PathDiagnosticLocation responsible for creating a v...Anna Zaks
2011-09-13Switch LangOptions over to a .def file that describes header of theDouglas Gregor
2011-09-03Make helpers static, remove unused variables.Benjamin Kramer
2011-09-02[analyzer] Remove TransferFuncs.h, then deal with the fallout.Jordy Rose
2011-09-02[analyzer] Move RetainReleaseChecker to the Checkers library and rename it to...Jordy Rose