Commits

Joe Groff committed 6588b83a536
Parser: Parse '(<op>)' as a DeclRef of an operator Enable operator functions to be referred to by name as, e.g., (+), (+=), etc. Unary/binary ambiguities are resolved via type context. Prefix/postfix unary ambiguities aren't resolved. References to assignment operators produce plain [byref] functions. Swift SVN r4274