1. 7344109 Parse inferred submodules in module maps, track their contents in by Douglas Gregor · 14 years ago
  2. d8bd753 Inferred framework modules automatically export anything they import by Douglas Gregor · 14 years ago
  3. f5eedd0 Implement support for wildcard exports in modules, allowing a module by Douglas Gregor · 14 years ago
  4. 0093b3c When writing a module file, keep track of the set of (sub)modules that by Douglas Gregor · 14 years ago
  5. 2b82c2a Implementing parsing and resolution of module export declarations by Douglas Gregor · 14 years ago
  6. ef42154 Unbreak build with GCC. Clang is too lame to diagnose this particular ill-formedness by Douglas Gregor · 14 years ago
  7. de3ef50 Promote ModuleMap::Module to a namespace-scope class in the Basic by Douglas Gregor · 14 years ago
  8. 6902197 Implement (de-)serialization of the description of a module and its by Douglas Gregor · 14 years ago
  9. 382eaad Use raw_ostream::indent. by Benjamin Kramer · 14 years ago
  10. 4f3fa71 Switch the module map printer over to by Douglas Gregor · 14 years ago
  11. fe96ee0 Escape strings when printing module maps, for silly operating systems by Douglas Gregor · 14 years ago
  12. f545f67 Switch on-demand module building over to use module maps, always. When by Douglas Gregor · 14 years ago
  13. 514b636 Teach the module import mechanism how to rebuild modules expressed via by Douglas Gregor · 14 years ago
  14. d28d1b8 Expose the printing of module maps as part of the ModuleMap::Module by Douglas Gregor · 14 years ago
  15. 755b205 Add the notion of "framework" modules to module maps. Framework by Douglas Gregor · 14 years ago
  16. 5acdf59 Actually free memory for the module maps by Douglas Gregor · 14 years ago
  17. 56c6401 When we're loading a framework header, first try to turn the framework by Douglas Gregor · 14 years ago
  18. b65dbff A module with an umbrella header assumes that all of the headers in by Douglas Gregor · 14 years ago
  19. 1871ed3 Silence unused variable warning. by Benjamin Kramer · 14 years ago
  20. 88bdfb0 Teach the search for modules to consider modules described by a module by Douglas Gregor · 14 years ago
  21. ab0c8a8 Wire up the mapping from header files mentioned in module maps over to by Douglas Gregor · 14 years ago
  22. 5257fc6 Resolve the header files named in module map "header" and "umbrella" by Douglas Gregor · 14 years ago
  23. 718292f Introduce basic support for parsing module map files. by Douglas Gregor · 14 years ago