Skip to content
Commit 6dc7b11d authored by Ted Kremenek's avatar Ted Kremenek
Browse files

Added "Dead Stores", a flow-sensitive checker that checks for stores

to variables that are no longer live.  This analysis is built on top
of CFGs and the LiveVariables analysis.

changes to driver:
 added driver option "-check-dead-stores" to run the analysis

llvm-svn: 41754
parent 3f8ed265
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment