summaryrefslogtreecommitdiffstats
path: root/test/Modules/Inputs
Commit message (Expand)AuthorAgeFilesLines
* Merging r310706 and r310829:Hans Wennborg2017-08-152-0/+15
* Update for LLVM IR metadata changes (DIImportedEntity now needs a DIFile).Adrian Prantl2017-07-192-0/+8
* [Modules] Implement ODR-like semantics for tag types in C/ObjCBruno Cardoso Lopes2017-07-014-0/+34
* [ASTReader] Add test for previous change r306583 / 145692e.Graydon Hoare2017-06-294-0/+12
* Track the set of module maps read while building a .pcm file and reload those...Richard Smith2017-06-295-0/+5
* When preprocessing with -frewrite-imports and -fmodule-file=, do not pass allRichard Smith2017-06-264-1/+9
* Fix crash when an 'import a module' TypoCorrection has its CorrectionDeclsRichard Smith2017-06-052-0/+4
* Support lazy stat'ing of files referenced by module maps.Richard Smith2017-06-025-0/+13
* [Modules] Handle sanitizer feature mismatches when importing modulesVedant Kumar2017-06-012-0/+8
* [modules] When we #include a local submodule header that we've already built,Richard Smith2017-05-304-0/+13
* [coroutines] Support "coroutines" feature in module map requires clauseEric Fiselier2017-05-283-1/+14
* Revert "[coroutines] Support "coroutines" feature in module map requires clause"Eric Fiselier2017-05-273-14/+1
* [coroutines] Support "coroutines" feature in module map requires clauseEric Fiselier2017-05-273-1/+14
* [Modules] Fix overly conservative assertion for import diagnosticBruno Cardoso Lopes2017-05-232-0/+11
* [Lexer] Ensure that the token is not an annotation token whenAlex Lorenz2017-05-172-0/+7
* [modules] When creating a declaration, cache its owning module immediatelyRichard Smith2017-05-172-1/+14
* Module Debug Info: Emit namespaced C++ forward decls in the correct module.Adrian Prantl2017-05-113-0/+14
* [Sema] Improve redefinition errors pointing to the same headerBruno Cardoso Lopes2017-05-114-0/+30
* [Modules] Allow umbrella frameworks to define private submodules for subframe...Bruno Cardoso Lopes2017-05-0910-0/+34
* Add #pragma clang module begin/end pragmas and generate them when preprocessi...Richard Smith2017-05-042-1/+3
* New file missed from r301846.Richard Smith2017-05-011-0/+1
* Fix initial diagnostic state setup for an explicit module with no diagnostic ...Richard Smith2017-05-011-0/+4
* [Modules] Improve diagnostics for incomplete umbrellaBruno Cardoso Lopes2017-04-276-0/+14
* [Modules] Fix a crash-on-invalid with overloaded functionsBruno Cardoso Lopes2017-04-262-0/+6
* [Modules][ObjC] Check definition from canonical decl on designated initializersBruno Cardoso Lopes2017-04-265-0/+22
* [modules] Properly look up the owning module for an instantiation of a merged...Richard Smith2017-04-212-0/+20
* Revert r300653 and r300650. The underlying commit fixes one issue withChandler Carruth2017-04-191-8/+0
* [modules] Properly look up the owning module for an instantiation of a merged...Richard Smith2017-04-191-0/+8
* Modules: Do not serialize #pragma pack stateDuncan P. N. Exon Smith2017-04-153-24/+3
* Modular Codegen: Include testing for inline asm as well as some commentary on...David Blaikie2017-04-121-0/+2
* Modular Codegen: Separate flags for function and debug info supportDavid Blaikie2017-04-123-0/+10
* Serialization: Simulate -Werror settings in implicit modulesDuncan P. N. Exon Smith2017-04-122-0/+11
* Modular Codegen: Support homing debug info for types in modular objectsDavid Blaikie2017-04-111-2/+8
* Modular Codegen: Add/use a bit in serialized function definitions to track wh...David Blaikie2017-04-114-0/+40
* [Modules][PCH] Serialize #pragma packAlex Lorenz2017-03-314-0/+29
* [Modules] Find PrivateHeaders when looking into subframeworksBruno Cardoso Lopes2017-03-2110-0/+33
* Avoid these headers looking like the same file on a content-addressed file sy...Richard Smith2017-03-202-0/+2
* Reapply "Modules: Cache PCMs in memory and avoid a use-after-free"Duncan P. N. Exon Smith2017-03-207-0/+25
* Revert "Modules: Cache PCMs in memory and avoid a use-after-free"Renato Golin2017-03-187-25/+0
* Modules: Cache PCMs in memory and avoid a use-after-freeDuncan P. N. Exon Smith2017-03-177-0/+25
* Canonicalize the path provided by -fmodules-cache-path.Adrian Prantl2017-03-146-0/+34
* Take into account C++17's noexcept function types during merging -- it shouldRichard Smith2017-03-082-0/+4
* [modules] Add missing test from r297030.Vassil Vassilev2017-03-062-0/+6
* [Test] NFC: Fixed typo in commentsCharles Li2017-03-011-2/+2
* [Test] Make Lit tests C++11 compatible #10Charles Li2017-02-241-0/+6
* Represent pass_object_size attrs in ExtParameterInfoGeorge Burgess IV2017-02-241-0/+12
* [ObjC][Modules] Don't perform property lookup in hidden class extensionsAlex Lorenz2017-02-221-0/+5
* [Modules] Consider enable_if attrs in isSameEntity.George Burgess IV2017-02-152-0/+19
* Initialize builtins during modular codegenDavid Blaikie2017-02-086-9/+14
* [PCH] Fix a regression when PCH is used with -fmodulesBruno Cardoso Lopes2017-02-078-0/+19