Files
swift-mirror/lib/Sema/CodeSynthesis.cpp
Mark Lacey d80cefc154 Do not type check lazy accessor bodies eagerly.
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.
2016-07-06 20:14:05 -07:00

89 KiB