Commits

Jordan Rose committed bb5b2f4a70a
[Parse] Allow shadowing the variable a closure expr is being assigned to. Do this by only warning on self-referential uses of a variable when there's not another binding found in the local scope. This probably still restricts some reasonable edge cases, but it at least allows shadowing the variable with a local name. <rdar://problem/17087232> Swift SVN r18771