1. 55fc873 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 12 years ago
  2. 2b49d1f Introduce the notion of excluded headers into the module map by Douglas Gregor · 12 years ago
  3. e2ac16b In the Module class, add a reference to the corresponding AST file. by Argyrios Kyrtzidis · 12 years ago
  4. 2f04f18 Back out my heinous hack that tricked the module generation mechanism by Douglas Gregor · 13 years ago
  5. e727d21 Introduce TargetInfo::hasFeature() to query various feature names in by Douglas Gregor · 13 years ago
  6. dc58aa7 Thread a TargetInfo through to the module map; we'll need it for by Douglas Gregor · 13 years ago
  7. a1f1fad Introduce module attributes into the module map grammar, along with a by Douglas Gregor · 13 years ago
  8. 7530c03 Remove unreachable code in Clang. (replace with llvm_unreachable where appropriate or when GCC requires it) by David Blaikie · 13 years ago
  9. b7a7819 Store the submodules of a module in source order, as they are stored by Douglas Gregor · 13 years ago
  10. 51f564f Implement support for module requirements, which indicate the language by Douglas Gregor · 13 years ago
  11. 489ad43 Tweak the syntax of umbrella headers, so that "umbrella" is treated as by Douglas Gregor · 13 years ago
  12. 10694ce Within the module representation, generalize the notion of an umbrella by Douglas Gregor · 13 years ago
  13. 1e12368 Parse inferred submodules in module maps, track their contents in by Douglas Gregor · 13 years ago
  14. f4ac17e Fix printing of wildcard exports. by Douglas Gregor · 13 years ago
  15. 0adaa88 Implement support for wildcard exports in modules, allowing a module by Douglas Gregor · 13 years ago
  16. af13bfc Implement (de-)serialization of the set of exported modules in a module map. by Douglas Gregor · 13 years ago
  17. 1a4761e Promote ModuleMap::Module to a namespace-scope class in the Basic by Douglas Gregor · 13 years ago