1. 1f2bd35 Reject attempts to build a module without -fmodules, rather than silently doing weird things. by Richard Smith · 8 years ago
  2. 96b4164 [ODRHash] Revert r305104 - Skip inline namespaces when hashing. by Richard Trieu · 8 years ago
  3. df0ee34 [Modules] Implement ODR-like semantics for tag types in C/ObjC by Bruno Cardoso Lopes · 8 years ago
  4. 8844c52 [ODRHash] Support Type TemplateArgument by Richard Trieu · 8 years ago
  5. 3e03d3e [ODRHash] Improve typedef handling. by Richard Trieu · 8 years ago
  6. f5fe367 [ASTReader] Add test for previous change r306583 / 145692e. by Graydon Hoare · 8 years ago
  7. f3f8461 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
  8. 96b96c8 Fix this test to use a construct that actually forces struct layout to happen when testing -Wpadded. by Richard Smith · 8 years ago
  9. a21c8e1 When preprocessing with -frewrite-imports and -fmodule-file=, do not pass all by Richard Smith · 8 years ago
  10. c0de2f2 Testcase missed from r306075. by Richard Smith · 8 years ago
  11. 05a2135 PR33002: When we instantiate the definition of a static data member, we might by Richard Smith · 8 years ago
  12. 9565c75b Support non-identifier module names when preprocessing modules. by Richard Smith · 8 years ago
  13. 6e13ff3 [ODRHash] Hash VarDecl members. by Richard Trieu · 8 years ago
  14. d9201d0 [ODRHash] Hash TemplateArgument::Pack and TemplateTypeParmType by Richard Trieu · 8 years ago
  15. ee132d6 [ODRHash] Hash Template and TemplateExpansion in TemplateArgument. by Richard Trieu · 8 years ago
  16. 1dcb405 [ODRHash] Hash Expr for TemplateArgument::Expression by Richard Trieu · 8 years ago
  17. 3b261bb7 [ODRHash] Add TemplateArgument kind to hash. by Richard Trieu · 8 years ago
  18. 11d566a [ODRHash] Add diagnostic messages for typedef and type alias. by Richard Trieu · 8 years ago
  19. 89061b2 IR: Replace the "Linker Options" module flag with "llvm.linker.options" named metadata. by Peter Collingbourne · 8 years ago
  20. be5cb93 Revert r305110 to fix buildbot by Richard Trieu · 8 years ago
  21. 86a3ef5 Add -frewrite-imports flag. by Richard Smith · 8 years ago
  22. 4ab80f2 [ODRHash] Add support for TemplateArgument types. by Richard Trieu · 8 years ago
  23. 5d2ed48 Add #pragma clang module build/endbuild pragmas for performing a module build by Richard Smith · 8 years ago
  24. 1893475 Retain header search and preprocessing options from AST file when emitting by Richard Smith · 8 years ago
  25. 3092d72 Fix crash when an 'import a module' TypoCorrection has its CorrectionDecls by Richard Smith · 8 years ago
  26. 27e5aa0 Factor out and unify emission of "module is unavailable" diagnostics. by Richard Smith · 8 years ago
  27. 6b19934 Attempt to fix Windows buildbot failure due to mismatching directory separators in preprocessed output. by Richard Smith · 8 years ago
  28. ab75597 Rather than rejecting attempts to run preprocessor-only actions on AST files, by Richard Smith · 8 years ago
  29. d064d1b Revert r304592 by Richard Trieu · 9 years ago
  30. 24c302b [ODRHash] Add support for TemplateArgument types. by Richard Trieu · 9 years ago
  31. bbf4f70 ASTPrinter: Objective-C method declarations don't need a space after by Alex Lorenz · 9 years ago
  32. 040e126 Support lazy stat'ing of files referenced by module maps. by Richard Smith · 9 years ago
  33. 85a83c2 [Modules] Handle sanitizer feature mismatches when importing modules by Vedant Kumar · 9 years ago
  34. 8b70610 [modules] When compiling a preprocessed module map, look for headers relative by Richard Smith · 9 years ago
  35. 96b4962 [ODRHash] Support TemplateSpecializationType by Richard Trieu · 9 years ago
  36. 2e374b6 Add an explicit -std= to test to unbreak on PS4 targets. by Richard Smith · 9 years ago
  37. 51d09c5 Diagnose attempts to build a preprocessed module that defines an unavailable submodule. by Richard Smith · 9 years ago
  38. c5247e6 [modules] When we #include a local submodule header that we've already built, by Richard Smith · 9 years ago
  39. e38cea0 [coroutines] Support "coroutines" feature in module map requires clause by Eric Fiselier · 9 years ago
  40. 9208dd6 Revert "[coroutines] Support "coroutines" feature in module map requires clause" by Eric Fiselier · 9 years ago
  41. 0bb3bcd [coroutines] Support "coroutines" feature in module map requires clause by Eric Fiselier · 9 years ago
  42. f664a24a [Modules] Fix overly conservative assertion for import diagnostic by Bruno Cardoso Lopes · 9 years ago
  43. 4971ed0 [modules] Simplify module macro handling in non-local-submodule-visibility mode. by Richard Smith · 9 years ago
  44. cc68937 [ODRHash] Revert r303450 to fix buildbot by Richard Trieu · 9 years ago
  45. d05a006 [ODRHash] Support TemplateName and TemplateArgument by Richard Trieu · 9 years ago
  46. f4f6200 When we enter a module within a linkage specification, switch the linkage by Richard Smith · 9 years ago
  47. 54f0440 [modules] Switch from inferring owning modules based on source location to by Richard Smith · 9 years ago
  48. d475466 [Lexer] Ensure that the token is not an annotation token when by Alex Lorenz · 9 years ago
  49. ce81b19 [ODRHash] Support NestedNameSpecifier by Richard Trieu · 9 years ago
  50. 58bb7bd [ODRHash] Support more types in the ODR checker. by Richard Trieu · 9 years ago
  51. 26342f9 [modules] When creating a declaration, cache its owning module immediately by Richard Smith · 9 years ago
  52. d887055 Module Debug Info: Emit namespaced C++ forward decls in the correct module. by Adrian Prantl · 9 years ago
  53. 40b201c Add a test that local submodule visibility has no effect on debug info by Adrian Prantl · 9 years ago
  54. f3fde7e Make tests from r302765 windows friendly by Bruno Cardoso Lopes · 9 years ago
  55. 0ad3182 [Sema] Improve redefinition errors pointing to the same header by Bruno Cardoso Lopes · 9 years ago
  56. b35ef2a [ODRHash] Loosen checks on typedefs. by Richard Trieu · 9 years ago
  57. d6e3289 [Modules] Allow umbrella frameworks to define private submodules for subframeworks by Bruno Cardoso Lopes · 9 years ago
  58. 4a3751f If we are building a module, and we read a second description of the same by Richard Smith · 9 years ago
  59. 8128f33 Add support for building modules from preprocessed source. by Richard Smith · 9 years ago
  60. d138630 Add #pragma clang module begin/end pragmas and generate them when preprocessing a module. by Richard Smith · 9 years ago
  61. e37391c [modules] Round-trip -Werror flag through explicit module build. by Richard Smith · 9 years ago
  62. 0255227 [ODRHash] Add support for array and decayed types, and parameter names and types. by Richard Trieu · 9 years ago
  63. 9378752 clang/test/Modules/diag-flags.cpp: Appease targeting *-win32 with explicit triple. Fixes r301846. by NAKAMURA Takumi · 9 years ago
  64. 941a205 New file missed from r301846. by Richard Smith · 9 years ago
  65. ea74148 Fix initial diagnostic state setup for an explicit module with no diagnostic pragmas. by Richard Smith · 9 years ago
  66. b35fc3d Put back REQUIRES: system-darwin to fix asan bot. by Richard Smith · 9 years ago
  67. f893cc6 Remove some apparently-unnecessary 'REQUIRES: system-darwin' from tests. by Richard Smith · 9 years ago
  68. d3935ae Fix "REQUIRES: system-darwin" failing tests after r301725. by Richard Smith · 9 years ago
  69. c51c38b Add pragma to perform module import and use it in -E output. by Richard Smith · 9 years ago
  70. 6ee72d7 Adapt to LLVM API change (DINamespace no longer takes line/file info). by Adrian Prantl · 9 years ago
  71. 157ed94 [ODRHash] Add testcase with different paramter names. NFC by Richard Trieu · 9 years ago
  72. f74d946 Move functionality for handling module maps as inputs from the -emit-module by Richard Smith · 9 years ago
  73. b907563 [Modules] Improve diagnostics for incomplete umbrella by Bruno Cardoso Lopes · 9 years ago
  74. 742c5fc clang/test/Modules/malformed-overload.m: Make sure module cache is clean. by NAKAMURA Takumi · 9 years ago
  75. 838c60f Don't hard-code "modules-cache-path" in the test. by Haojian Wu · 9 years ago
  76. 3702963 [Modules] Fix a crash-on-invalid with overloaded functions by Bruno Cardoso Lopes · 9 years ago
  77. faaeae5 [Modules][ObjC] Check definition from canonical decl on designated initializers by Bruno Cardoso Lopes · 9 years ago
  78. 7bd3d9f [Modules] Fix test to wipe out the cache before using it by Bruno Cardoso Lopes · 9 years ago
  79. 2195ec9 [modules] Properly look up the owning module for an instantiation of a merged template. by Richard Smith · 9 years ago
  80. fe56405 [ODRHash] clean up test and add new examples. NFC by Richard Trieu · 9 years ago
  81. bd186c0 Revert r300653 and r300650. The underlying commit fixes one issue with by Chandler Carruth · 9 years ago
  82. 5aacc40 [modules] Properly look up the owning module for an instantiation of a merged template. by Richard Smith · 9 years ago
  83. a0320b9 PR30508: Downgrade error to warning if the umbrella folder doesn't exist. by Vassil Vassilev · 9 years ago
  84. 03df14c Modules: Do not serialize #pragma pack state by Duncan P. N. Exon Smith · 9 years ago
  85. d57e29f Removing a redundant, but harmless, %s; NFC. by Aaron Ballman · 9 years ago
  86. 1389418 PR32185: Revert r291512 and add a testcase for PR32185. by Richard Smith · 9 years ago
  87. c69f9f3 [Modules] Enable local submodule visibility for ObjC/C by Bruno Cardoso Lopes · 9 years ago
  88. e60aa51 Modular Codegen: Include testing for inline asm as well as some commentary on the implementaiton choice. by David Blaikie · 9 years ago
  89. 061afdc Fix up test to handle the now split -fmodules-codegen and -fmodules-debuginfo flags by David Blaikie · 9 years ago
  90. f63556d Modular Codegen: Separate flags for function and debug info support by David Blaikie · 9 years ago
  91. 2270776 Revert r300001 "Revert r298824 & r298816, recommit r298742 & r298754" by Hans Wennborg · 9 years ago
  92. 69cdc90 [Modules] Remove darwin specific code to check for SystemVersion.plist by Bruno Cardoso Lopes · 9 years ago
  93. 900f817 Serialization: Simulate -Werror settings in implicit modules by Duncan P. N. Exon Smith · 9 years ago
  94. 304ef22e Revert r298824 & r298816, recommit r298742 & r298754 by Richard Trieu · 9 years ago
  95. 1ac9c98 Modular Codegen: Support homing debug info for types in modular objects by David Blaikie · 9 years ago
  96. e6b7c28 Modular Codegen: Add/use a bit in serialized function definitions to track whether they are the subject of modular codegen by David Blaikie · 9 years ago
  97. 53ddd72 Modules/builtins.m requires shell. by Galina Kistanova · 9 years ago
  98. 7d7e1e0 [Modules][PCH] Serialize #pragma pack by Alex Lorenz · 9 years ago
  99. 3b7a6f9 Revert r298742 "[ODRHash] Add error messages for mismatched parameters in methods." by Vassil Vassilev · 9 years ago
  100. bae9202 Revert 298754 and 298742. by Vassil Vassilev · 9 years ago