1. ddd2dfc Module use declarations (II) by Daniel Jasper · 11 years ago
  2. b775100 When we perform dependent name lookup during template instantiation, it's not by Richard Smith · 11 years ago
  3. 163fbf8 Use SmallVectorImpl::reverse_iterator instead of SmallVector to avoid specifying the vector size. by Craig Topper · 11 years ago
  4. bc3f628 This patch adds new private headers to the module map. Private by Lawrence Crowl · 11 years ago
  5. 906d66a <rdar://problem/12368093> Extend module maps with a 'conflict' declaration, and warn when a newly-imported module conflicts with an already-imported module. by Douglas Gregor · 11 years ago
  6. 970e441 Make sure that Module::ConfigMacrosExhaustive gets initialized and deserialized correctly. by Douglas Gregor · 11 years ago
  7. 63a7268 <rdar://problem/10796651> Introduce configuration macros into module maps. by Douglas Gregor · 11 years ago
  8. c1d2239 [Modules] Resolve top-headers of modules lazily. by Argyrios Kyrtzidis · 12 years ago
  9. 21a0004 [modules] Refactor code from ASTReader::makeModuleVisible() into a new function, by Argyrios Kyrtzidis · 12 years ago
  10. b6cbe51 Implement parsing, AST, (de-)serialization, and placeholder global by Douglas Gregor · 12 years ago
  11. cfa88f8 Remove useless 'llvm::' qualifier from names like StringRef and others that are by Dmitri Gribenko · 12 years ago
  12. 80ad52f s/CPlusPlus0x/CPlusPlus11/g by Richard Smith · 12 years ago
  13. 55fc873 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 12 years ago
  14. 2b49d1f Introduce the notion of excluded headers into the module map by Douglas Gregor · 12 years ago
  15. e2ac16b In the Module class, add a reference to the corresponding AST file. by Argyrios Kyrtzidis · 12 years ago
  16. 2f04f18 Back out my heinous hack that tricked the module generation mechanism by Douglas Gregor · 13 years ago
  17. e727d21 Introduce TargetInfo::hasFeature() to query various feature names in by Douglas Gregor · 13 years ago
  18. dc58aa7 Thread a TargetInfo through to the module map; we'll need it for by Douglas Gregor · 13 years ago
  19. a1f1fad Introduce module attributes into the module map grammar, along with a by Douglas Gregor · 13 years ago
  20. 7530c03 Remove unreachable code in Clang. (replace with llvm_unreachable where appropriate or when GCC requires it) by David Blaikie · 13 years ago
  21. b7a7819 Store the submodules of a module in source order, as they are stored by Douglas Gregor · 13 years ago
  22. 51f564f Implement support for module requirements, which indicate the language by Douglas Gregor · 13 years ago
  23. 489ad43 Tweak the syntax of umbrella headers, so that "umbrella" is treated as by Douglas Gregor · 13 years ago
  24. 10694ce Within the module representation, generalize the notion of an umbrella by Douglas Gregor · 13 years ago
  25. 1e12368 Parse inferred submodules in module maps, track their contents in by Douglas Gregor · 13 years ago
  26. f4ac17e Fix printing of wildcard exports. by Douglas Gregor · 13 years ago
  27. 0adaa88 Implement support for wildcard exports in modules, allowing a module by Douglas Gregor · 13 years ago
  28. af13bfc Implement (de-)serialization of the set of exported modules in a module map. by Douglas Gregor · 13 years ago
  29. 1a4761e Promote ModuleMap::Module to a namespace-scope class in the Basic by Douglas Gregor · 13 years ago