Commits
Chris Lattner committed 129562b79e9
fix <rdar://problem/19780343> Default constructor for a struct with optional doesn't compile We suppress the default initializer in cases where we'd just have a constant initialized to nil, just like we suppress it when we have an uninitialized member. Swift SVN r25566