summaryrefslogtreecommitdiffstats
path: root/clang/lib/Analysis/DeadStores.cpp
Commit message (Expand)AuthorAgeFilesLines
* When using the dead-stores checker with the BugReporter class, properly captu...Ted Kremenek2008-06-201-3/+8
* Modified the dead stores checker to...Ted Kremenek2008-06-201-20/+53
* Don't use ostringstream (pulling in <sstream>) when creating the dead store d...Ted Kremenek2008-05-221-5/+6
* Improve dead stores diagnostics to include the variable name.Ted Kremenek2008-05-211-3/+10
* Emit dead store warnings for ++ and -- operators.Ted Kremenek2008-05-051-8/+24
* Generalize caching mechanism for bugs reports. Now individual BugTypesTed Kremenek2008-04-181-3/+3
* Improve dead store diagnostic.Ted Kremenek2008-04-151-1/+1
* Bug fix in dead stores: don't always check the liveness of the first declTed Kremenek2008-04-151-1/+1
* Don't flag dead stores that occur in macros.Ted Kremenek2008-04-141-0/+4
* Bug fix in dead-store checker when walking the Decls in a DeclStmt: don'tTed Kremenek2008-04-141-2/+5
* Hooked up the dead-store checker to the BugReporter interface. Now dead-storeTed Kremenek2008-04-141-8/+104
* Make a major restructuring of the clang tree: introduce a top-levelChris Lattner2008-03-151-0/+87
OpenPOWER on IntegriCloud