Commits

Joe Groff committed 94b651f9299
Parse: Parse 'func +*/<T>(x:T)' w/o requiring a space. If the name of a func declaration ends in '<' and the following token is an identifier, the '<' has to be a generic angle bracket instead of part of the operator name. Fixes <rdar://problem/13782566>. Swift SVN r5226