Commits

Jordan Rose committed 21c524d15ed
Always synthesize storage for lazy vars of validated types. This ensures that the size of a particular type is always correct when used from another file in the same module. We could probably get away with doing a bit less work (not synthesizing the accessor bodies), but this is safe for now. rdar://problem/18751505 Swift SVN r23408