Commits

Chris Lattner committed f50d1f5b48c
with the plumbing complete, it is now simple to implement: <rdar://problem/15785677> allow 'let' declarations in structs/classes be initialized in init() Our model is that 'let' ivars are fully mutable in init() but are immutable everywhere else. Swift SVN r12509