Commits

Jordan Rose committed 16735a36f61
Fix local variable lookup for names in if/while/guard conditions. These names don't go into scope until after they've been bound. Not having this broke "if let foo = foo" for shadowing-based unwrapping. rdar://problem/21961391 Swift SVN r30539