Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Keep track of import dependencies between submodules within the module | Douglas Gregor | 2011-12-08 | 1 | -0/+1 |
| | | | | | | | that's currently being built. This is important for supporting transitive dependencies ("export *" in the module map) completely. llvm-svn: 146156 | ||||
* | Implement inferred submodules support, which (when requested) | Douglas Gregor | 2011-12-06 | 1 | -0/+2 |
implicitly generates submodules corresponding to the headers that fall within a module. llvm-svn: 145887 |