Commits

Ted Kremenek committed 39dc97738bc
For "unknown declared type" errors involving remapped types, suggest the remapped type as a fixit. For example: func foo(a: id) now gets a fixit to turn 'id' into 'AnyObject'. This relies on the ClangImporter recording the translation as it processes declarations whose types are remapped. Swift SVN r15668