summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/wildcard-submodule-exports/B_two.h
Commit message (Collapse)AuthorAgeFilesLines
* Implement support for wildcard exports in modules, allowing a moduleDouglas Gregor2011-12-051-0/+1
to re-export anything that it imports. This opt-in feature makes a module behave more like a header, because it can be used to re-export the transitive closure of a (sub)module's dependencies. llvm-svn: 145811
OpenPOWER on IntegriCloud