mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Keep track of those types and extensions that have any macro expansions, so that when we need to check whether to expand macros to satisfy name lookup, we only look through that list---rather than looking at every extension again. This improves compile times significantly for a source file with a large number of extensions on a single type. However, there is still much to do here.
5.7 KiB
5.7 KiB