mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Start chipping away at cross-file type checker performance issues by avoiding type checking of lazy property accessor bodies when the type in question is defined in a different file and the lazy property is a typed pattern. We still type check these in the file they are defined in when we go to type check the types defined within that file. Resolves rdar://problem/26894118.
89 KiB
89 KiB