- 3cee31e Set umbrella directory correctly when we infer a framework module by Douglas Gregor · 14 years ago
- 6a1db48 Implement the notion of umbrella directories, which implicity cover by Douglas Gregor · 14 years ago
- 77d029f Implement umbrella directories for modules, which are similar to by Douglas Gregor · 14 years ago
- 489ad43 Tweak the syntax of umbrella headers, so that "umbrella" is treated as by Douglas Gregor · 14 years ago
- 10694ce Within the module representation, generalize the notion of an umbrella by Douglas Gregor · 14 years ago
- 52b1ed3 Convert paths to native format before constructing a by Douglas Gregor · 14 years ago
- 23af6d5 Implement inference for the "Private" submodule corresponding to by Douglas Gregor · 14 years ago
- 587986e Implement basic support for private headers in frameworks. In essence, by Douglas Gregor · 14 years ago
- e6fb987 Remove misleading error message by Douglas Gregor · 14 years ago
- ac252a3 When inferring a module map for a framework, infer subframework by Douglas Gregor · 14 years ago
- ef85b56 Allow inferred submodules for any (sub)module that has an umbrella header by Douglas Gregor · 14 years ago
- d620a84 Implement modules support for subframeworks (aka embedded by Douglas Gregor · 14 years ago
- 9f74f4f Minor tweak to prepare for submodules with umbrella headers. No actual by Douglas Gregor · 14 years ago
- e209e50 Implement inferred submodules support, which (when requested) by Douglas Gregor · 14 years ago
- 1e12368 Parse inferred submodules in module maps, track their contents in by Douglas Gregor · 14 years ago
- 209977c Inferred framework modules automatically export anything they import by Douglas Gregor · 14 years ago
- 0adaa88 Implement support for wildcard exports in modules, allowing a module by Douglas Gregor · 14 years ago
- 5598868 When writing a module file, keep track of the set of (sub)modules that by Douglas Gregor · 14 years ago
- 90db260 Implementing parsing and resolution of module export declarations by Douglas Gregor · 14 years ago
- 863eb53 Unbreak build with GCC. Clang is too lame to diagnose this particular ill-formedness by Douglas Gregor · 14 years ago
- 1a4761e Promote ModuleMap::Module to a namespace-scope class in the Basic by Douglas Gregor · 14 years ago
- 392ed2b Implement (de-)serialization of the description of a module and its by Douglas Gregor · 14 years ago
- c55edcf Use raw_ostream::indent. by Benjamin Kramer · 14 years ago
- 7f5fd8e Switch the module map printer over to by Douglas Gregor · 14 years ago
- 213d1be Escape strings when printing module maps, for silly operating systems by Douglas Gregor · 14 years ago
- 18ee547 Switch on-demand module building over to use module maps, always. When by Douglas Gregor · 14 years ago
- f9e357d Teach the module import mechanism how to rebuild modules expressed via by Douglas Gregor · 14 years ago
- 804c3bf Expose the printing of module maps as part of the ModuleMap::Module by Douglas Gregor · 14 years ago
- a865405 Add the notion of "framework" modules to module maps. Framework by Douglas Gregor · 14 years ago
- 09fe1bb Actually free memory for the module maps by Douglas Gregor · 14 years ago
- 2821c7f When we're loading a framework header, first try to turn the framework by Douglas Gregor · 14 years ago
- adb9799 A module with an umbrella header assumes that all of the headers in by Douglas Gregor · 14 years ago
- c96c721 Silence unused variable warning. by Benjamin Kramer · 14 years ago
- 484535e Teach the search for modules to consider modules described by a module by Douglas Gregor · 14 years ago
- 65f3b5e Wire up the mapping from header files mentioned in module maps over to by Douglas Gregor · 14 years ago
- 8b6d3de Resolve the header files named in module map "header" and "umbrella" by Douglas Gregor · 14 years ago
- a30cfe5 Introduce basic support for parsing module map files. by Douglas Gregor · 14 years ago