Commits

Chris Lattner committed db187f2183f
Enhance VarPattern to capture a bit indicating whether the pattern was a var or let. Previously we only used this information in the parser, but Sema needs to know as well. NFC except in -dump-ast. Swift SVN r25914