mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
This makes lookupVisibleDecls use the same code path as qualified and unqualified lookup. This is more expensive, because it needs to actually collect a list of /all/ decls in order to properly compute shadowing information, but this list is not likely to change once the set of imports has been computed, so we can cache it. Swift SVN r7168
9.9 KiB
9.9 KiB