Commits
Argyrios Kyrtzidis committed 63ebd0ef8d6
[ClangImporter] When creating the FileID for the header import buffer, set the main FileID as include location. SourceManager expects that SourceLocations have the main FileID as parent, except for the predefines buffer. Fixes assertion hit in a SourceKit test. Swift SVN r17851