summaryrefslogtreecommitdiffstats
path: root/test/Modules
Commit message (Expand)AuthorAgeFilesLines
* Merging r310706 and r310829:Hans Wennborg2017-08-153-0/+27
* Update for LLVM IR metadata changes (DIImportedEntity now needs a DIFile).Adrian Prantl2017-07-196-5/+37
* Debug Info: Set the MainFileName when generating -gmodules debug info for PCM.Adrian Prantl2017-07-181-2/+4
* [ODRHash] Revert r307743 which reverted r307720Richard Trieu2017-07-151-0/+69
* [ODRHash] Avoid taking the types of FunctionDecl'sRichard Trieu2017-07-141-0/+14
* [ODRHash] Revert r307720 to fix buildbot.Richard Trieu2017-07-121-69/+0
* [ODRHash] Support more method types.Richard Trieu2017-07-111-0/+69
* [ODRHash] Support FriendDeclRichard Trieu2017-07-081-0/+78
* Reject attempts to build a module without -fmodules, rather than silently doi...Richard Smith2017-07-063-11/+16
* [ODRHash] Revert r305104 - Skip inline namespaces when hashing.Richard Trieu2017-07-011-0/+18
* [Modules] Implement ODR-like semantics for tag types in C/ObjCBruno Cardoso Lopes2017-07-017-13/+86
* [ODRHash] Support Type TemplateArgumentRichard Trieu2017-06-301-0/+34
* [ODRHash] Improve typedef handling.Richard Trieu2017-06-291-0/+16
* [ASTReader] Add test for previous change r306583 / 145692e.Graydon Hoare2017-06-295-0/+29
* Track the set of module maps read while building a .pcm file and reload those...Richard Smith2017-06-296-0/+23
* Fix this test to use a construct that actually forces struct layout to happen...Richard Smith2017-06-271-1/+1
* When preprocessing with -frewrite-imports and -fmodule-file=, do not pass allRichard Smith2017-06-265-16/+38
* Testcase missed from r306075.Richard Smith2017-06-261-0/+29
* PR33002: When we instantiate the definition of a static data member, we mightRichard Smith2017-06-221-0/+30
* Support non-identifier module names when preprocessing modules.Richard Smith2017-06-191-0/+4
* [ODRHash] Hash VarDecl members.Richard Trieu2017-06-161-2/+177
* [ODRHash] Hash TemplateArgument::Pack and TemplateTypeParmTypeRichard Trieu2017-06-151-0/+41
* [ODRHash] Hash Template and TemplateExpansion in TemplateArgument.Richard Trieu2017-06-141-0/+18
* [ODRHash] Hash Expr for TemplateArgument::ExpressionRichard Trieu2017-06-141-0/+33
* [ODRHash] Add TemplateArgument kind to hash.Richard Trieu2017-06-131-0/+18
* [ODRHash] Add diagnostic messages for typedef and type alias.Richard Trieu2017-06-121-0/+102
* IR: Replace the "Linker Options" module flag with "llvm.linker.options" named...Peter Collingbourne2017-06-123-10/+5
* Revert r305110 to fix buildbotRichard Trieu2017-06-091-18/+0
* Add -frewrite-imports flag.Richard Smith2017-06-091-0/+26
* [ODRHash] Add support for TemplateArgument types.Richard Trieu2017-06-091-0/+18
* Add #pragma clang module build/endbuild pragmas for performing a module buildRichard Smith2017-06-091-0/+35
* Retain header search and preprocessing options from AST file when emittingRichard Smith2017-06-061-0/+8
* Fix crash when an 'import a module' TypoCorrection has its CorrectionDeclsRichard Smith2017-06-053-0/+14
* Factor out and unify emission of "module is unavailable" diagnostics.Richard Smith2017-06-054-15/+25
* Attempt to fix Windows buildbot failure due to mismatching directory separato...Richard Smith2017-06-051-2/+11
* Rather than rejecting attempts to run preprocessor-only actions on AST files,Richard Smith2017-06-051-1/+6
* Revert r304592Richard Trieu2017-06-031-18/+0
* [ODRHash] Add support for TemplateArgument types.Richard Trieu2017-06-021-0/+18
* ASTPrinter: Objective-C method declarations don't need a space afterAlex Lorenz2017-06-021-2/+2
* Support lazy stat'ing of files referenced by module maps.Richard Smith2017-06-029-3/+56
* [Modules] Handle sanitizer feature mismatches when importing modulesVedant Kumar2017-06-013-0/+74
* [modules] When compiling a preprocessed module map, look for headers relativeRichard Smith2017-05-312-5/+7
* [ODRHash] Support TemplateSpecializationTypeRichard Trieu2017-05-311-0/+34
* Add an explicit -std= to test to unbreak on PS4 targets.Richard Smith2017-05-301-1/+1
* Diagnose attempts to build a preprocessed module that defines an unavailable ...Richard Smith2017-05-301-0/+12
* [modules] When we #include a local submodule header that we've already built,Richard Smith2017-05-305-0/+72
* [coroutines] Support "coroutines" feature in module map requires clauseEric Fiselier2017-05-284-1/+26
* Revert "[coroutines] Support "coroutines" feature in module map requires clause"Eric Fiselier2017-05-274-26/+1
* [coroutines] Support "coroutines" feature in module map requires clauseEric Fiselier2017-05-274-1/+26
* [Modules] Fix overly conservative assertion for import diagnosticBruno Cardoso Lopes2017-05-233-0/+25