Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | When we reach the end of a #include of a header of a local submodule that we | Richard Smith | 2016-09-01 | 1 | -0/+19 |
textually included, create an ImportDecl just as we would if we reached a #include of any other modular header. This is necessary in order to correctly determine the set of variables to initialize for an imported module. This should hopefully make the modules selfhost buildbot green again. llvm-svn: 280409 |