Skip to content
Commit ef7c0ffe authored by Nick Lewycky's avatar Nick Lewycky
Browse files

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
parent da518417
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