Commits

Jordan Rose committed 26438e47aab
[ClangImporter] Handle -Xcc -include, sort of. What does that mean? We'll indeed parse the provided prefix header. If you aren't using a bridging header, that's all you get -- nothing extra is made visible. If you /are/ using a bridging header, the prefix header is prepended to it...but none of the modular content it imports is made visible. I cloned rdar://problem/22083824 to fix that. The important thing is that we /won't/ try to import overlays before we've even finished setting up all the module loaders, and therefore won't crash. rdar://problem/20893290 Swift SVN r30831