aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Basic/Module.h
AgeCommit message (Expand)Author
2011-12-20Detect when mapping a #include/#import over to a submodule ends upDouglas Gregor
2011-12-09Implement the notion of umbrella directories, which implicity coverDouglas Gregor
2011-12-08Within the module representation, generalize the notion of an umbrellaDouglas Gregor
2011-12-05Parse inferred submodules in module maps, track their contents inDouglas Gregor
2011-12-05Implement support for wildcard exports in modules, allowing a moduleDouglas Gregor
2011-12-05When writing a module file, keep track of the set of (sub)modules thatDouglas Gregor
2011-12-02Implementing parsing and resolution of module export declarationsDouglas Gregor
2011-12-01Introduce the notion of name visibility into modules. For a givenDouglas Gregor
2011-11-30Promote ModuleMap::Module to a namespace-scope class in the BasicDouglas Gregor