Commits

Chris Lattner committed 5f55052e893
pull operator decls into the attribute flow: have the parser attach attributes to operator decls, and validate the attributes in the type checker. This allows us to reject invalid operator decls (resolving a fixme) and restores syntax coloring of 'infix' on an operator (a regression in my last patch). Swift SVN r19932