summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/Module.framework/Headers/Sub.h
Commit message (Collapse)AuthorAgeFilesLines
* Keep track of import dependencies between submodules within the moduleDouglas Gregor2011-12-081-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 Gregor2011-12-061-0/+2
implicitly generates submodules corresponding to the headers that fall within a module. llvm-svn: 145887
OpenPOWER on IntegriCloud