Commits

Chris Lattner committed eecd3ddcf6e
Fix SR-1010 & rdar://25278336 - Spurious "will never be executed" warnings when building standard library This marks the empty tuple literal in a value constructor as autogenerated, so it won't be diagnosed as unreachable when the value constructor contains a noreturn call like fatal error. This eliminates some bogus warnings building the stdlib.