Commits

Joe Groff committed 2cfd14b4c09
Parse: Stub out parsing of matching patterns using expr parser. Add a parseMatchingPattern method that just calls down to the expr parser and shoves the expr in an ExprPattern. We'll augment the expr parser with matching pattern productions soon. Swift SVN r5833