1. 8231d60 Merging r322984: by Hans Wennborg · 7 years ago
  2. 06686ae Merging r322350, r322405, r322420, r322593: by Hans Wennborg · 7 years ago
  3. af83b0c Merging r321754: by Hans Wennborg · 7 years ago
  4. 2532eb8 [ODRHash] Support ODR violation detection in functions. by Richard Trieu · 7 years ago
  5. e959732 [Modules] Map missing private submodules from Foo.Private to Foo_Private by Bruno Cardoso Lopes · 7 years ago
  6. aea3aa1 [Modules] Change private modules rules and warnings by Bruno Cardoso Lopes · 7 years ago
  7. 2f52311 [AST] Incorrectly qualified unscoped enumeration as template actual parameter. by Paul Robinson · 7 years ago
  8. 6f13dd1 Revert r320230 to fix buildbots. by Richard Trieu · 7 years ago
  9. b517f5f [ODRHash] Support ODR violation detection in functions. by Richard Trieu · 7 years ago
  10. 7e22759 Use an even more precise triple to avoid errors on Darwin, where we don't use comdats for inline entities. by Richard Smith · 8 years ago
  11. 8df79b8 Give this test a triple to avoid failures on MS bots. by Richard Smith · 8 years ago
  12. 25b45aa Generalize "static data member instantiated" notification to cover variable templates too. by Richard Smith · 8 years ago
  13. 834733e Change path used in a test from r318503 to work on windows by Bruno Cardoso Lopes · 8 years ago
  14. 8b6bdf8 [PCH+Modules] Improve diagnosticts to help out users pass an extra header search path by Bruno Cardoso Lopes · 8 years ago
  15. a1ccce8 Update ODR hashing tests by Richard Trieu · 8 years ago
  16. 4e3af04 Modular Codegen: Don't home always_inline functions by David Blaikie · 8 years ago
  17. 1c2e4e2 Modular Codegen: Don't home/modularize static functions in headers by David Blaikie · 8 years ago
  18. 549aaf1 PR33746: Store the 'inline'ness of a static data member with the update record by Richard Smith · 8 years ago
  19. 8e62a65 [modules] Retain multiple using-directives in the same scope even if they name the same namespace. by Richard Smith · 8 years ago
  20. 91c4757 [modules] Add a regression test for merging anon decls in extern C contexts. by Vassil Vassilev · 8 years ago
  21. 5920af9 [modules] When finding the owning module of an instantiated context in template by Richard Smith · 8 years ago
  22. 2b8fac8 Revert r314955: "Remove PendingBody mechanism for function and ObjC method deserialization." by Daniel Jasper · 8 years ago
  23. fa26081 [modules] Fix visibility checking for using declarations via ADL. by Richard Smith · 8 years ago
  24. 8da894b [modules] Only take visible using-directives into account during name lookup. by Richard Smith · 8 years ago
  25. 6bbe311 [Modules TS] Module ownership semantics for redeclarations. by Richard Smith · 8 years ago
  26. 5c21b02 Revert "[Modules TS] Avoid computing the linkage of the enclosing DeclContext for a declaration in the global module." by Eric Liu · 8 years ago
  27. aad768a [Modules TS] Avoid computing the linkage of the enclosing DeclContext for a declaration in the global module. by Richard Smith · 8 years ago
  28. b508517 Add testcase for r314956: by Richard Smith · 8 years ago
  29. 6327961 [ODRHash] Add base classes to hashing CXXRecordDecl. by Richard Trieu · 8 years ago
  30. be67362 [test] Disable leak checking on a clang crash test on Darwin by Francis Ricci · 8 years ago
  31. b732bfe Fix Modules/{builtin-import.mm,umbrella-header-include-builtin.mm} to be able to handle non-Darwin targets by Filipe Cabecinhas · 8 years ago
  32. 0b5ac08 Extend -ast-dump for CXXRecordDecl to dump the flags from the DefinitionData. by Richard Smith · 8 years ago
  33. 763bd91 [Module map] Introduce a private module re-export directive. by Douglas Gregor · 8 years ago
  34. 868bd30 [modules] Add test for using declaration in classes. by Raphael Isemann · 8 years ago
  35. ce3349f [ODRHash] Diagnose differing template parameters. by Richard Trieu · 8 years ago
  36. d9232a8 [clang] Get rid of "%T" expansions by Kuba Mracek · 8 years ago
  37. 1b599a5 Revert "[Modules] Prevent #import to reenter header if not building a module." by Bruno Cardoso Lopes · 8 years ago
  38. 39f3cd0 [modules] Set the lexical DC for dummy tag decls that refer to hidden by Alex Lorenz · 8 years ago
  39. 15f32a5 [Modules] Prevent #import to reenter header if not building a module. by Bruno Cardoso Lopes · 8 years ago
  40. 7bc4653 Fix incorrect use of current directory to find moved paths in ASTReader. by Manuel Klimek · 8 years ago
  41. 0540122 Debug Info: Avoid completing class types when a definition is in a module. by Adrian Prantl · 8 years ago
  42. bccfcb9 Update for LLVM IR metadata changes (DIImportedEntity now needs a DIFile). by Adrian Prantl · 8 years ago
  43. 567034c Debug Info: Set the MainFileName when generating -gmodules debug info for PCM. by Adrian Prantl · 8 years ago
  44. a9d6056 [ODRHash] Revert r307743 which reverted r307720 by Richard Trieu · 8 years ago
  45. 6e026d6 [ODRHash] Avoid taking the types of FunctionDecl's by Richard Trieu · 8 years ago
  46. 0600269 [ODRHash] Revert r307720 to fix buildbot. by Richard Trieu · 8 years ago
  47. 8173128 [ODRHash] Support more method types. by Richard Trieu · 8 years ago
  48. bd8aa3a [ODRHash] Support FriendDecl by Richard Trieu · 8 years ago
  49. 3dea30d Reject attempts to build a module without -fmodules, rather than silently doing weird things. by Richard Smith · 8 years ago
  50. da93380 [ODRHash] Revert r305104 - Skip inline namespaces when hashing. by Richard Trieu · 8 years ago
  51. f4f39fd [Modules] Implement ODR-like semantics for tag types in C/ObjC by Bruno Cardoso Lopes · 8 years ago
  52. 5739844 [ODRHash] Support Type TemplateArgument by Richard Trieu · 8 years ago
  53. 820a533 [ODRHash] Improve typedef handling. by Richard Trieu · 8 years ago
  54. f832c35 [ASTReader] Add test for previous change r306583 / 145692e. by Graydon Hoare · 8 years ago
  55. 2d7d5c2 Track the set of module maps read while building a .pcm file and reload those when preprocessing from that .pcm file. by Richard Smith · 8 years ago
  56. af487b8 Fix this test to use a construct that actually forces struct layout to happen when testing -Wpadded. by Richard Smith · 8 years ago
  57. 9e788cd When preprocessing with -frewrite-imports and -fmodule-file=, do not pass all by Richard Smith · 8 years ago
  58. 5e20da5 Testcase missed from r306075. by Richard Smith · 8 years ago
  59. 9607465 PR33002: When we instantiate the definition of a static data member, we might by Richard Smith · 8 years ago
  60. 0be2e49 Support non-identifier module names when preprocessing modules. by Richard Smith · 8 years ago
  61. dd646d6 [ODRHash] Hash VarDecl members. by Richard Trieu · 8 years ago
  62. 8e8d2bb [ODRHash] Hash TemplateArgument::Pack and TemplateTypeParmType by Richard Trieu · 8 years ago
  63. 3e9def3 [ODRHash] Hash Template and TemplateExpansion in TemplateArgument. by Richard Trieu · 8 years ago
  64. 5d7ff3b [ODRHash] Hash Expr for TemplateArgument::Expression by Richard Trieu · 8 years ago
  65. 4249ebf [ODRHash] Add TemplateArgument kind to hash. by Richard Trieu · 8 years ago
  66. 7b936e3 [ODRHash] Add diagnostic messages for typedef and type alias. by Richard Trieu · 8 years ago
  67. 80987ad IR: Replace the "Linker Options" module flag with "llvm.linker.options" named metadata. by Peter Collingbourne · 8 years ago
  68. 4bd0ca0 Revert r305110 to fix buildbot by Richard Trieu · 8 years ago
  69. f0e160d Add -frewrite-imports flag. by Richard Smith · 8 years ago
  70. 56441b2 [ODRHash] Add support for TemplateArgument types. by Richard Trieu · 8 years ago
  71. ae2de79 Add #pragma clang module build/endbuild pragmas for performing a module build by Richard Smith · 8 years ago
  72. 9a007fc Retain header search and preprocessing options from AST file when emitting by Richard Smith · 8 years ago
  73. 532a634 Fix crash when an 'import a module' TypoCorrection has its CorrectionDecls by Richard Smith · 8 years ago
  74. 747fcbb Factor out and unify emission of "module is unavailable" diagnostics. by Richard Smith · 8 years ago
  75. 226dedc Attempt to fix Windows buildbot failure due to mismatching directory separators in preprocessed output. by Richard Smith · 8 years ago
  76. 1a6f43b Rather than rejecting attempts to run preprocessor-only actions on AST files, by Richard Smith · 8 years ago
  77. 36a7841 Revert r304592 by Richard Trieu · 8 years ago
  78. 6d1c14d [ODRHash] Add support for TemplateArgument types. by Richard Trieu · 8 years ago
  79. b4530cf ASTPrinter: Objective-C method declarations don't need a space after by Alex Lorenz · 8 years ago
  80. 146ecad Support lazy stat'ing of files referenced by module maps. by Richard Smith · 8 years ago
  81. d2f4972 [Modules] Handle sanitizer feature mismatches when importing modules by Vedant Kumar · 8 years ago
  82. 62955aa [modules] When compiling a preprocessed module map, look for headers relative by Richard Smith · 8 years ago
  83. a7fae60 [ODRHash] Support TemplateSpecializationType by Richard Trieu · 8 years ago
  84. b130b1d Add an explicit -std= to test to unbreak on PS4 targets. by Richard Smith · 8 years ago
  85. bb482b3 Diagnose attempts to build a preprocessed module that defines an unavailable submodule. by Richard Smith · 8 years ago
  86. 86d77d1 [modules] When we #include a local submodule header that we've already built, by Richard Smith · 8 years ago
  87. 384ca6f [coroutines] Support "coroutines" feature in module map requires clause by Eric Fiselier · 8 years ago
  88. 946a5b8 Revert "[coroutines] Support "coroutines" feature in module map requires clause" by Eric Fiselier · 8 years ago
  89. 438a70f [coroutines] Support "coroutines" feature in module map requires clause by Eric Fiselier · 8 years ago
  90. ed367df [Modules] Fix overly conservative assertion for import diagnostic by Bruno Cardoso Lopes · 8 years ago
  91. 838eab8 [modules] Simplify module macro handling in non-local-submodule-visibility mode. by Richard Smith · 8 years ago
  92. cd08076 [ODRHash] Revert r303450 to fix buildbot by Richard Trieu · 8 years ago
  93. aba3b84 [ODRHash] Support TemplateName and TemplateArgument by Richard Trieu · 8 years ago
  94. 8f8b650 When we enter a module within a linkage specification, switch the linkage by Richard Smith · 8 years ago
  95. aaaa0b6 [modules] Switch from inferring owning modules based on source location to by Richard Smith · 8 years ago
  96. bd77dc6 [Lexer] Ensure that the token is not an annotation token when by Alex Lorenz · 8 years ago
  97. bb0d458 [ODRHash] Support NestedNameSpecifier by Richard Trieu · 8 years ago
  98. ff91697 [ODRHash] Support more types in the ODR checker. by Richard Trieu · 8 years ago
  99. bd2320f [modules] When creating a declaration, cache its owning module immediately by Richard Smith · 8 years ago
  100. 7c80de2 Module Debug Info: Emit namespaced C++ forward decls in the correct module. by Adrian Prantl · 8 years ago