Commits

Chris Lattner committed cd29a77770d
introduce a new parseIdentifier method that *just* parses identifiers, but not operators. Audit calls to make sure that we use the right one in the right places. This allows us to reject structs named * for example. Swift SVN r1127