aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/BasicObjCFoundationChecks.cpp
AgeCommit message (Expand)Author
2008-05-01Do not highlight bogus ranges for leaks.Ted Kremenek
2008-04-30More cleanups with ObjCQualifiedIdType in the static analyzer.Ted Kremenek
2008-04-30Teach more of the static analyzer about ObjCQualifiedIdType.Ted Kremenek
2008-04-19Gracefully handle when the receiver of a message expression is not a pointer ...Ted Kremenek
2008-04-18Generalize caching mechanism for bugs reports. Now individual BugTypesTed Kremenek
2008-04-18Simplified internal logic of BugReporter, consolidating EmitWarning andTed Kremenek
2008-04-14Hooked up the dead-store checker to the BugReporter interface. Now dead-storeTed Kremenek
2008-04-10Fixed regressions in error reporting due to copy-paste errors (using the "begin"Ted Kremenek
2008-04-09Major refactoring/cleanup of GRExprEngine, ExplodedGraph, and BugReporter.Ted Kremenek
2008-04-03Added investigate patch for an occasionally failing assertion (heisenbug?)Ted Kremenek
2008-04-03Hooked up GRSimpleAPICheck and the simple Objective-C Foundation checks to useTed Kremenek
2008-03-28Added skeleton checking for NSString's method initWithFormat: (do not pass ni...Ted Kremenek
2008-03-27Expanded NSString checking to check for nil for a few more methods.Ted Kremenek
2008-03-27Add line SourceLocation to NSString checks.Ted Kremenek
2008-03-27Hooked up initial NSString interface checking to GRSimpleVals.Ted Kremenek
2008-03-27Add creation of BasicObjCFoundationChecks when running GRSimpleVals from the ...Ted Kremenek
2008-03-27Added "GRAuditor" and "GRSimpleAPICheck" interface to allow simple stateless ...Ted Kremenek