commit | c133e9ea17d61062bcfb3bd6009c300c9a78161f | [log] [tgz] |
---|---|---|
author | Nick Lewycky <nicholas@mxc.ca> | Thu Aug 05 06:27:49 2010 +0000 |
committer | Nick Lewycky <nicholas@mxc.ca> | Thu Aug 05 06:27:49 2010 +0000 |
tree | 347ba936cfa3734b73d6b1ef0cafd8dc25fd4c26 | |
parent | db0bc4706c4bda8e9166f40b5c7cfda656100818 [diff] |
Remove the warning for variables declared in the if-expression being used in the else clause. The problem is that it's overly zealous and will respond to uses in assignments, or after assignments. We should bring this back once we can do it right. Fixes PR7100. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@110314 91177308-0d34-0410-b5e6-96231b3b80d8