Commits

Doug Gregor committed dc27688eca6
Generalize the importer-only RawOptionSet attribute to a SynthesizedProtocol attribute. This lets us tag imported declarations with arbitrary synthesized protocols. Use it to handle imported raw option sets as well as the RawRepresentable conformances of enums that come in as structs. Swift SVN r26298