diff options
author | Ted Kremenek <kremenek@apple.com> | 2010-10-22 22:08:32 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2010-10-22 22:08:32 +0000 |
commit | f50595df931bde89e3acd3ec18e4c7e41aa80852 (patch) | |
tree | 05bc6a0a3e06035ca8c6233a0d0b2d3e33121efa /test/FixIt/fixit-errors.c | |
parent | 35fa76d0bb6fb8c86159a7506efd094a4fe376d2 (diff) |
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).
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@117162 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/FixIt/fixit-errors.c')
0 files changed, 0 insertions, 0 deletions