summaryrefslogtreecommitdiffstats
path: root/clang/lib/Analysis/DeadStores.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename file.Ted Kremenek2008-07-221-152/+0
* Distinguish between dead stores and dead initializations.Ted Kremenek2008-07-151-9/+19
* Refactor Dead Stores error reporting to use the simplified BugReporter::EmitB...Ted Kremenek2008-07-141-35/+14
* Have BugReporter::getCFG and BugReporter::getLiveVariables returns pointers i...Ted Kremenek2008-07-031-1/+1
* Added static analysis check to see if a subclass of NSObject implements -deal...Ted Kremenek2008-07-031-17/+0
* Unify the code path for the Dead Stores checker to always use the BugReporter...Ted Kremenek2008-07-021-101/+23
* Refactored some of the BugReporter interface so that data such as the ASTCont...Ted Kremenek2008-07-021-2/+2
* Added version of CheckDeadStores that accepts a client-provided LiveVariables...Ted Kremenek2008-07-021-0/+6
* 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