aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Analysis/LiveVariables.h
AgeCommit message (Expand)Author
2007-12-21Directory restructing of Analysis files.Ted Kremenek
2007-10-01Migrated LiveVariables and UninitializedVariables to now use theTed Kremenek
2007-09-28Significant cleanups and bug-fixes to LiveVariables. Uses new refactoredTed Kremenek
2007-09-25Moved "DataflowSolver.h" to the "include/" subtree. Adjusted clientTed Kremenek
2007-09-25Further refactored DataflowSolver. Now most code for the solver is sharedTed Kremenek
2007-09-10Fixed LiveVariables to no longer track the liveness of function pointersTed Kremenek
2007-09-10Renaming of the LiveVariablesAuditor interface. Changed "Auditor" andTed Kremenek
2007-09-06Added "Dead Stores", a flow-sensitive checker that checks for storesTed Kremenek
2007-09-06LiveVariables:Ted Kremenek
2007-09-06Added an early implementation of Live-Variables analysis built onTed Kremenek