- eb90e83 Store the submodules of a module in source order, as they are stored by Douglas Gregor · 14 years ago
- 1fb5c3a Implement support for module requirements, which indicate the language by Douglas Gregor · 14 years ago
- 4dc7183 Set umbrella directory correctly when we infer a framework module by Douglas Gregor · 14 years ago
- 7033127 Implement the notion of umbrella directories, which implicity cover by Douglas Gregor · 14 years ago
- 524e33e Implement umbrella directories for modules, which are similar to by Douglas Gregor · 14 years ago
- 322f633 Tweak the syntax of umbrella headers, so that "umbrella" is treated as by Douglas Gregor · 14 years ago
- 73141fa Within the module representation, generalize the notion of an umbrella by Douglas Gregor · 14 years ago
- ddaa69c Convert paths to native format before constructing a by Douglas Gregor · 14 years ago
- 9458f82 Implement inference for the "Private" submodule corresponding to by Douglas Gregor · 14 years ago
- e7ab366 Implement basic support for private headers in frameworks. In essence, by Douglas Gregor · 14 years ago
- d6343c9 Remove misleading error message by Douglas Gregor · 14 years ago
- e89dbc1 When inferring a module map for a framework, infer subframework by Douglas Gregor · 14 years ago
- dd005f6 Allow inferred submodules for any (sub)module that has an umbrella header by Douglas Gregor · 14 years ago
- f2161a7 Implement modules support for subframeworks (aka embedded by Douglas Gregor · 14 years ago
- 930a85c Minor tweak to prepare for submodules with umbrella headers. No actual by Douglas Gregor · 14 years ago
- a89c5ac Implement inferred submodules support, which (when requested) by Douglas Gregor · 14 years ago
- 7344109 Parse inferred submodules in module maps, track their contents in by Douglas Gregor · 14 years ago
- d8bd753 Inferred framework modules automatically export anything they import by Douglas Gregor · 14 years ago
- f5eedd0 Implement support for wildcard exports in modules, allowing a module by Douglas Gregor · 14 years ago
- 0093b3c When writing a module file, keep track of the set of (sub)modules that by Douglas Gregor · 14 years ago
- 2b82c2a Implementing parsing and resolution of module export declarations by Douglas Gregor · 14 years ago
- ef42154 Unbreak build with GCC. Clang is too lame to diagnose this particular ill-formedness by Douglas Gregor · 14 years ago
- de3ef50 Promote ModuleMap::Module to a namespace-scope class in the Basic by Douglas Gregor · 14 years ago
- 6902197 Implement (de-)serialization of the description of a module and its by Douglas Gregor · 14 years ago
- 382eaad Use raw_ostream::indent. by Benjamin Kramer · 14 years ago
- 4f3fa71 Switch the module map printer over to by Douglas Gregor · 14 years ago
- fe96ee0 Escape strings when printing module maps, for silly operating systems by Douglas Gregor · 14 years ago
- f545f67 Switch on-demand module building over to use module maps, always. When by Douglas Gregor · 14 years ago
- 514b636 Teach the module import mechanism how to rebuild modules expressed via by Douglas Gregor · 14 years ago
- d28d1b8 Expose the printing of module maps as part of the ModuleMap::Module by Douglas Gregor · 14 years ago
- 755b205 Add the notion of "framework" modules to module maps. Framework by Douglas Gregor · 14 years ago
- 5acdf59 Actually free memory for the module maps by Douglas Gregor · 14 years ago
- 56c6401 When we're loading a framework header, first try to turn the framework by Douglas Gregor · 14 years ago
- b65dbff A module with an umbrella header assumes that all of the headers in by Douglas Gregor · 14 years ago
- 1871ed3 Silence unused variable warning. by Benjamin Kramer · 14 years ago
- 88bdfb0 Teach the search for modules to consider modules described by a module by Douglas Gregor · 14 years ago
- ab0c8a8 Wire up the mapping from header files mentioned in module maps over to by Douglas Gregor · 14 years ago
- 5257fc6 Resolve the header files named in module map "header" and "umbrella" by Douglas Gregor · 14 years ago
- 718292f Introduce basic support for parsing module map files. by Douglas Gregor · 14 years ago