mirror of
https://github.com/apple/swift.git
synced 2026-02-27 18:26:24 +01:00
In any nominal declaration or extension thereof that is produced by a macro expansion, make sure we perform qualified name lookup when resolving operators so that we're guaranteed to find the macro-introduced operators. Otherwise, expanding a macro that defines a new type with conformances involving operators doesn't work. Fixes rdar://114257019,