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