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. llvm-svn: 110314
Loading
Please register or sign in to comment