summaryrefslogtreecommitdiffstats
path: root/clang/lib/Analysis/BasicObjCFoundationChecks.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Simplified internal logic of BugReporter, consolidating EmitWarning andTed Kremenek2008-04-181-1/+1
* Hooked up the dead-store checker to the BugReporter interface. Now dead-storeTed Kremenek2008-04-141-25/+10
* Fixed regressions in error reporting due to copy-paste errors (using the "begin"Ted Kremenek2008-04-101-0/+7
* Major refactoring/cleanup of GRExprEngine, ExplodedGraph, and BugReporter.Ted Kremenek2008-04-091-43/+49
* Added investigate patch for an occasionally failing assertion (heisenbug?)Ted Kremenek2008-04-031-2/+5
* Hooked up GRSimpleAPICheck and the simple Objective-C Foundation checks to useTed Kremenek2008-04-031-59/+85
* Added skeleton checking for NSString's method initWithFormat: (do not pass ni...Ted Kremenek2008-03-281-3/+12
* Expanded NSString checking to check for nil for a few more methods.Ted Kremenek2008-03-271-31/+92
* Add line SourceLocation to NSString checks.Ted Kremenek2008-03-271-10/+24
* Hooked up initial NSString interface checking to GRSimpleVals.Ted Kremenek2008-03-271-9/+37
* Add creation of BasicObjCFoundationChecks when running GRSimpleVals from the ...Ted Kremenek2008-03-271-0/+10
* Added "GRAuditor" and "GRSimpleAPICheck" interface to allow simple stateless ...Ted Kremenek2008-03-271-0/+139
OpenPOWER on IntegriCloud