mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Well, this is fun. Due to the use of the module-scope lookup table to find operators, we need to carefully filter out any macro-introduced declarations that *aren't* operators when forming the module-scope lookup table. Otherwise, we can find macro-introduced static entities within types... from completely unrelated scopes. Fixes rdar://109219036.
149 KiB
149 KiB