1. 3ec6663 Back out my heinous hack that tricked the module generation mechanism by Douglas Gregor · 14 years ago
  2. 0070c0b Introduce TargetInfo::hasFeature() to query various feature names in by Douglas Gregor · 14 years ago
  3. 8992928 Thread a TargetInfo through to the module map; we'll need it for by Douglas Gregor · 14 years ago
  4. a686e1b Introduce module attributes into the module map grammar, along with a by Douglas Gregor · 14 years ago
  5. 8a40f70 Remove unreachable code in Clang. (replace with llvm_unreachable where appropriate or when GCC requires it) by David Blaikie · 14 years ago
  6. eb90e83 Store the submodules of a module in source order, as they are stored by Douglas Gregor · 14 years ago
  7. 1fb5c3a Implement support for module requirements, which indicate the language by Douglas Gregor · 14 years ago
  8. 322f633 Tweak the syntax of umbrella headers, so that "umbrella" is treated as by Douglas Gregor · 14 years ago
  9. 73141fa Within the module representation, generalize the notion of an umbrella by Douglas Gregor · 14 years ago
  10. 7344109 Parse inferred submodules in module maps, track their contents in by Douglas Gregor · 14 years ago
  11. 8c7c835 Fix printing of wildcard exports. by Douglas Gregor · 14 years ago
  12. f5eedd0 Implement support for wildcard exports in modules, allowing a module by Douglas Gregor · 14 years ago
  13. 24bb923 Implement (de-)serialization of the set of exported modules in a module map. by Douglas Gregor · 14 years ago
  14. de3ef50 Promote ModuleMap::Module to a namespace-scope class in the Basic by Douglas Gregor · 14 years ago