summaryrefslogtreecommitdiffstats
path: root/clang/Analysis/LiveVariables.cpp
Commit message (Expand)AuthorAgeFilesLines
* Directory restructing of Analysis files.Ted Kremenek2007-12-211-1/+1
* Fixed bug in live-variable analysis and uninitialized-values analysis whereTed Kremenek2007-12-131-0/+1
* Updated CFGStmtVisitor and CFGRecStmtVisitor to have a notion ofTed Kremenek2007-11-201-16/+3
* Fixed bug where LiveVariables was not properly propagating updates to livenessTed Kremenek2007-11-191-1/+1
* move IdentifierTable.h from liblex to libbasic.Chris Lattner2007-10-071-1/+0
* Migrated LiveVariables and UninitializedVariables to now use theTed Kremenek2007-10-011-22/+23
* Fixed bug where assignments to variables wrapped in parentheses would notTed Kremenek2007-09-281-14/+27
* Significant cleanups and bug-fixes to LiveVariables. Uses new refactoredTed Kremenek2007-09-281-37/+61
* Moved "DataflowSolver.h" to the "include/" subtree. Adjusted clientTed Kremenek2007-09-251-1/+1
* Further refactored DataflowSolver. Now most code for the solver is sharedTed Kremenek2007-09-251-372/+101
* Updated header file inlcude to new location ofTed Kremenek2007-09-201-2/+2
* Move Decl::NextDeclarator (w/ setters/getters) down to ScopedDecl/FieldDecl.Steve Naroff2007-09-131-5/+5
* Minor space tightening.Ted Kremenek2007-09-121-6/+2
* Fixed recursion bug: should call Visit on child instead of VisitStmt.Ted Kremenek2007-09-121-1/+1
* Migrated LiveVariables to use the new DataflowStmtVisitor interface. The codeTed Kremenek2007-09-121-52/+18
* 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-15/+59
* Renaming of the LiveVariablesAuditor interface. Changed "Auditor" andTed Kremenek2007-09-101-22/+24
* Added more checking in "dead stores" for values that are initializedTed Kremenek2007-09-061-1/+4
* Minor bug fixes to corner cases where LiveVariables would crash on some CFGsTed Kremenek2007-09-061-2/+11
* Added "Dead Stores", a flow-sensitive checker that checks for storesTed Kremenek2007-09-061-1/+16
* LiveVariables:Ted Kremenek2007-09-061-43/+200
* Added an early implementation of Live-Variables analysis built onTed Kremenek2007-09-061-0/+282
OpenPOWER on IntegriCloud