summaryrefslogtreecommitdiff
path: root/test/Modules
Commit message (Expand)AuthorAgeFilesLines
* [modules] When finding the owning module of an instantiated context in templateRichard Smith2017-10-181-0/+51
* Revert r314955: "Remove PendingBody mechanism for function and ObjC method de...Daniel Jasper2017-10-111-43/+0
* [modules] Fix visibility checking for using declarations via ADL.Richard Smith2017-10-111-0/+40
* [modules] Only take visible using-directives into account during name lookup.Richard Smith2017-10-111-0/+62
* [Modules TS] Module ownership semantics for redeclarations.Richard Smith2017-10-101-0/+12
* Revert "[Modules TS] Avoid computing the linkage of the enclosing DeclContext...Eric Liu2017-10-101-12/+0
* [Modules TS] Avoid computing the linkage of the enclosing DeclContext for a d...Richard Smith2017-10-101-0/+12
* Add testcase for r314956:Richard Smith2017-10-051-0/+43
* [ODRHash] Add base classes to hashing CXXRecordDecl.Richard Trieu2017-09-301-0/+120
* [test] Disable leak checking on a clang crash test on DarwinFrancis Ricci2017-09-291-0/+1
* Fix Modules/{builtin-import.mm,umbrella-header-include-builtin.mm} to be able...Filipe Cabecinhas2017-09-292-6/+2
* Extend -ast-dump for CXXRecordDecl to dump the flags from the DefinitionData.Richard Smith2017-09-221-0/+14
* [Module map] Introduce a private module re-export directive.Douglas Gregor2017-09-142-0/+18
* [modules] Add test for using declaration in classes.Raphael Isemann2017-08-291-0/+34
* [ODRHash] Diagnose differing template parameters.Richard Trieu2017-08-231-0/+77
* [clang] Get rid of "%T" expansionsKuba Mracek2017-08-152-4/+5
* Revert "[Modules] Prevent #import to reenter header if not building a module."Bruno Cardoso Lopes2017-08-122-14/+0
* [modules] Set the lexical DC for dummy tag decls that refer to hiddenAlex Lorenz2017-08-113-0/+27
* [Modules] Prevent #import to reenter header if not building a module.Bruno Cardoso Lopes2017-08-102-0/+14
* Fix incorrect use of current directory to find moved paths in ASTReader.Manuel Klimek2017-07-251-0/+70
* Debug Info: Avoid completing class types when a definition is in a module.Adrian Prantl2017-07-243-6/+20
* 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