Commits

Chris Lattner committed 27ef444db5a
Remove the "isLet" parameter from the pattern parsing logic. It was (almost) duplicated by the InVarOrLetPattern state in the Parser object. Beef InVarOrLetPattern up so that we can remove it. NFC except that we now reject pointless let patterns in foreach loops, similar to how we reject var patterns inside of let patterns. Swift SVN r26163