summaryrefslogtreecommitdiffstats
path: root/clang/Analysis/DeadStores.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make a major restructuring of the clang tree: introduce a top-levelChris Lattner2008-03-151-87/+0
* The LiveVariables analysis no longer requires a FunctionDecl&; this allows itTed Kremenek2008-03-131-4/+3
* fix typosGabor Greif2008-03-061-1/+1
* Modified LiveVariables to perform all of its base initialization in the ctor,Ted Kremenek2008-01-291-2/+4
* Added support to dataflow solver to (when requested) also record dataflowTed Kremenek2008-01-171-1/+1
* Added VISIBILITY_HIDDEN to classes/structs in anonymous namespaces.Ted Kremenek2008-01-081-1/+2
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Directory restructing of Analysis files.Ted Kremenek2007-12-211-1/+1
* TargetInfo no longer includes a reference to SourceManager.Ted Kremenek2007-12-121-4/+4
* Mega-patch: ripped SourceManager out of Diagnostic/DiagnosticClient. NowTed Kremenek2007-12-111-3/+3
* Add a new Rewriter::getRangeSize method.Chris Lattner2007-10-161-1/+1
* Migrated LiveVariables and UninitializedVariables to now use theTed Kremenek2007-10-011-1/+1
* DeadStores no longer reports warnings for stores to non-local variables.Ted Kremenek2007-09-281-20/+21
* Significant cleanups and bug-fixes to LiveVariables. Uses new refactoredTed Kremenek2007-09-281-2/+2
* Removed "EverKilled" class in DeadStores checker; it is no longer used.Ted Kremenek2007-09-251-12/+0
* Further refactored DataflowSolver. Now most code for the solver is sharedTed Kremenek2007-09-251-35/+36
* switch the various CFG-based stuff over to using ASTConsumer interface,Chris Lattner2007-09-151-16/+13
* make the sourcemgr available through ASTContext.Chris Lattner2007-09-131-1/+3
* For looking at "dead stores" in declarations, we now check to seeTed Kremenek2007-09-111-7/+21
* Fixed potential NULL dereference when iterating over a chain of Decls.Ted Kremenek2007-09-111-1/+1
* get rid of ugly "warning: no newline at end of file"Gabor Greif2007-09-111-1/+1
* Fixed LiveVariables to no longer track the liveness of function pointersTed Kremenek2007-09-101-12/+11
* Renaming of the LiveVariablesAuditor interface. Changed "Auditor" andTed Kremenek2007-09-101-5/+5
* Added more checking in "dead stores" for values that are initializedTed Kremenek2007-09-061-0/+13
* Forgot to check in the actual "dead stores" checker in the last commit!Ted Kremenek2007-09-061-0/+70
OpenPOWER on IntegriCloud