summaryrefslogtreecommitdiffstats
path: root/test/Modules
Commit message (Expand)AuthorAgeFilesLines
* Merging r322984:Hans Wennborg2018-01-221-0/+119
* Merging r322350, r322405, r322420, r322593:Hans Wennborg2018-01-176-0/+69
* Merging r321754:Hans Wennborg2018-01-163-3/+19
* [ODRHash] Support ODR violation detection in functions.Richard Trieu2017-12-231-12/+148
* [Modules] Map missing private submodules from Foo.Private to Foo_PrivateBruno Cardoso Lopes2017-12-221-0/+12
* [Modules] Change private modules rules and warningsBruno Cardoso Lopes2017-12-2225-29/+122
* [AST] Incorrectly qualified unscoped enumeration as template actual parameter.Paul Robinson2017-12-211-1/+1
* Revert r320230 to fix buildbots.Richard Trieu2017-12-091-148/+12
* [ODRHash] Support ODR violation detection in functions.Richard Trieu2017-12-091-12/+148
* Use an even more precise triple to avoid errors on Darwin, where we don't use...Richard Smith2017-12-051-1/+1
* Give this test a triple to avoid failures on MS bots.Richard Smith2017-12-051-1/+1
* Generalize "static data member instantiated" notification to cover variable t...Richard Smith2017-12-051-0/+24
* Change path used in a test from r318503 to work on windowsBruno Cardoso Lopes2017-11-171-1/+1
* [PCH+Modules] Improve diagnosticts to help out users pass an extra header sea...Bruno Cardoso Lopes2017-11-171-0/+17
* Update ODR hashing testsRichard Trieu2017-11-041-120/+723
* Modular Codegen: Don't home always_inline functionsDavid Blaikie2017-11-023-1/+9
* Modular Codegen: Don't home/modularize static functions in headersDavid Blaikie2017-11-021-3/+9
* PR33746: Store the 'inline'ness of a static data member with the update recordRichard Smith2017-11-021-0/+30
* [modules] Retain multiple using-directives in the same scope even if they nam...Richard Smith2017-10-301-0/+37
* [modules] Add a regression test for merging anon decls in extern C contexts.Vassil Vassilev2017-10-241-0/+19
* [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