Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | When preprocessing with -frewrite-imports and -fmodule-file=, do not pass all | Richard Smith | 2017-06-26 | 1 | -0/+6 |
| | | | | | | | | | | | modules to preprocessing of nested .pcm files. Making those module files available results in loading more .pcm files than necessary, and potentially in misbehavior if a module makes itself visible during its own compilation (as parts of that module that have not yet been processed would then become visible). llvm-svn: 306320 | ||||
* | [modules] When using -E, we may try to merge decls despite having no Sema | Richard Smith | 2015-02-04 | 1 | -0/+3 |
object. In such a case, use the TU's DC for merging global decls rather than giving up when we find there is no TU scope. Ultimately, we should probably avoid all loading of decls when preprocessing, but there are other reasonable use cases for loading an AST file with no Sema object for which this is the right thing. llvm-svn: 228234 |