Skip to content
Commit 5c97605c authored by Ted Kremenek's avatar Ted Kremenek
Browse files

Fix a horrible bug in all dataflow analyses that use CFGRecStmtVisitor...

Fix a horrible bug in all dataflow analyses that use CFGRecStmtVisitor (including live variables analysis).
We shouldn't recurse into CompoundStmts since they are already inlined in the CFG.  This could result in
bogus dead stores warnings (among other things).

llvm-svn: 117162
parent 7043fba7
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