Commits

Dmitri Hrybenko committed bc371ec1a2a
[ClangImporter] Update for changes to how Clang manages macros in modules. - Macros that aren't visible won't have macro info. - Making a module visible to Sema doesn't make it visible to the Preprocessor. Part of rdar://problem/21480635 Patch by Jordan Rose. Swift SVN r29703