Commits
Chris Lattner committed 18ae5c62fa9
Improve the diagnostic for root classes that fail to initialize something. The location
of this diagnostic still doesn't make sense (pointing the the { of the function) but that
is tracked by rdar://15581664.
t.swift:4:3: error: instance variable 'self.x' not initialized at end of initializer
init() {
^
Swift SVN r11042