Commits

Chris Lattner committed fa90fec7079
Teach Pattern::forEachVariable how to handle dig into ExprPatterns to find variables, enabling it to work with refutable patterns in addition to nonrefutable ones. This allows eliminating some special case code in the parser, NFC. Swift SVN r26686