1. 6bcf27b Update Clang for 3.5 rebase (r209713). by Stephen Hines · 10 years ago
  2. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  3. 8625089 Include non-explicit submodules in exported module list by Dmitri Gribenko · 11 years ago
  4. f06a2893 Make UsingShadowDecls redeclarable. This fixes some visibility problems with by Richard Smith · 11 years ago
  5. 9b67118 C++ modules: don't lose track of a 'namespace std' that is imported from a module. by Richard Smith · 11 years ago
  6. 7a3dfcd Test that we can merge together explicit and partial specializations from by Richard Smith · 11 years ago
  7. 868edfa Map from local decl IDs to global decl IDs when lazily deserializing friend decl chains. by Richard Smith · 11 years ago
  8. b775100 When we perform dependent name lookup during template instantiation, it's not by Richard Smith · 11 years ago
  9. ace21ba If an unimported submodule of an imported module contains a declaration of a by Richard Smith · 11 years ago
  10. 9db7f57 Fix deserializing of class template partial specializations. Assign sequence by Richard Smith · 11 years ago
  11. acd954b Slightly improve cross-module merging for function templates. by Richard Smith · 11 years ago
  12. 8f5d7d1 [Modules] If a module map resides in a system header directory, treat it as a system module. by Douglas Gregor · 11 years ago
  13. fc46be9 When building a module, keep *all* declared methods in the global method pool. by Douglas Gregor · 11 years ago
  14. 58ea48d Add -Wincomplete-module, which detects when a header is included from a module but isn't itself part of a module. by Douglas Gregor · 11 years ago
  15. c855ce7 Add hasExternalLinkageUncached back with the test that Richard provided, but by Rafael Espindola · 11 years ago
  16. 96df356 <rdar://problem/13560075> Teach name lookup for builtin names to find hidden declarations. by Douglas Gregor · 11 years ago
  17. ea744ab [modules] Make sure enabled diagnostic pragmas inside the module don't affect the translation unit that by Argyrios Kyrtzidis · 11 years ago
  18. 63a7268 <rdar://problem/10796651> Introduce configuration macros into module maps. by Douglas Gregor · 11 years ago
  19. ad0e27b Fix a bug reduced from a crash when trying to use modules with libc++. We check by Richard Smith · 11 years ago
  20. 63a9514 Remove an assert which triggers when a decl context in a module hits the 'has by Richard Smith · 11 years ago
  21. f4e955b [Modules] Cope better with top-level declarations loaded after being declared in the current translation unit <rdar://problem/13189985>. by Douglas Gregor · 11 years ago
  22. 2bb07c1 Fix stack overflow and improve performance when a module contains many by Richard Smith · 11 years ago
  23. 7666b03 Retain all hidden methods in the global method pool, because they may become visible <rdar://problem/13172858>. by Douglas Gregor · 11 years ago
  24. 8bf778e Detect when we end up trying to load conflicting module files. by Douglas Gregor · 11 years ago
  25. f5cfc89 Merge "special" types from different modules in the AST reader. by Douglas Gregor · 11 years ago
  26. d329724 Rework the traversal of Objective-C categories and extensions to by Douglas Gregor · 11 years ago
  27. f0e0004 Teach global selector lookup to ignore hidden methods, which occur by Douglas Gregor · 11 years ago
  28. b6cbe51 Implement parsing, AST, (de-)serialization, and placeholder global by Douglas Gregor · 11 years ago
  29. 7dc80e1 When name lookup for a redeclaration finds declarations that are known by Douglas Gregor · 11 years ago
  30. 71f49f5 If an excluded header does not exist, just ignore it by Douglas Gregor · 12 years ago
  31. 82e5237 Introduce inferred framework modules into the module map file, by Douglas Gregor · 12 years ago
  32. 54c8a40 Track which particular submodule #undef's a macro, so that the actual by Douglas Gregor · 12 years ago
  33. 6c6c54a Deserialize macro history when we deserialize an identifier that has by Douglas Gregor · 12 years ago
  34. 39d26c3 Merge pending instantiations instead of overwriting existing ones. by Axel Naumann · 12 years ago
  35. d0792de Fix ASTReader handling of ImportDecls, from Meador Inge! by Douglas Gregor · 12 years ago
  36. f33d549 There's some code in the PCH reader that looks like it's needlessly complex, but by Nick Lewycky · 12 years ago
  37. cff9f26 Reimplement (de-)serialization of Objective-C categories to eliminate by Douglas Gregor · 12 years ago
  38. 0d266d6 Whenever Sema attempts to look in the global method pool, try to load by Douglas Gregor · 12 years ago
  39. f5c9f9f Switch NamespaceDecl from its own hand-rolled redeclaration chain over by Douglas Gregor · 12 years ago
  40. cce54aa If we end up merging an Objective-C class with an existing Objective-C by Douglas Gregor · 12 years ago
  41. 2ccd89c When performing name lookup for a redeclaration, ignore module by Douglas Gregor · 12 years ago
  42. a1be278 Completely re-implement (de-)serialization of declaration by Douglas Gregor · 12 years ago
  43. 0af5501 Fix chaining of ObjCInterfaceDecl redeclarations by Douglas Gregor · 13 years ago
  44. 5536891 When name lookup comes across a declaration that is in a module that by Douglas Gregor · 13 years ago
  45. 0adaa88 Implement support for wildcard exports in modules, allowing a module by Douglas Gregor · 13 years ago
  46. 10ce932 Make sure that name lookup in C checks whether a name is hidden. by Douglas Gregor · 13 years ago
  47. 90db260 Implementing parsing and resolution of module export declarations by Douglas Gregor · 13 years ago
  48. adb9799 A module with an umbrella header assumes that all of the headers in by Douglas Gregor · 13 years ago
  49. f8b42d1 Switch the remaining modules tests over to -emit-module-from-map. by Douglas Gregor · 13 years ago
  50. 4258332 Migrate a few more modules tests over to -emit-module-from-map. by Douglas Gregor · 13 years ago
  51. 1432569 Switch some more of the modules tests over to "-emit-module-from-map", by Douglas Gregor · 13 years ago
  52. db1cde7 Add support for building a module from a module map to the -cc1 by Douglas Gregor · 13 years ago