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