summaryrefslogtreecommitdiff
path: root/test/Modules
AgeCommit message (Expand)Author
2018-01-22Merging r322984:Hans Wennborg
2018-01-17Merging r322350, r322405, r322420, r322593:Hans Wennborg
2018-01-16Merging r321754:Hans Wennborg
2017-12-23[ODRHash] Support ODR violation detection in functions.Richard Trieu
2017-12-22[Modules] Map missing private submodules from Foo.Private to Foo_PrivateBruno Cardoso Lopes
2017-12-22[Modules] Change private modules rules and warningsBruno Cardoso Lopes
2017-12-21[AST] Incorrectly qualified unscoped enumeration as template actual parameter.Paul Robinson
2017-12-09Revert r320230 to fix buildbots.Richard Trieu
2017-12-09[ODRHash] Support ODR violation detection in functions.Richard Trieu
2017-12-05Use an even more precise triple to avoid errors on Darwin, where we don't use...Richard Smith
2017-12-05Give this test a triple to avoid failures on MS bots.Richard Smith
2017-12-05Generalize "static data member instantiated" notification to cover variable t...Richard Smith
2017-11-17Change path used in a test from r318503 to work on windowsBruno Cardoso Lopes
2017-11-17[PCH+Modules] Improve diagnosticts to help out users pass an extra header sea...Bruno Cardoso Lopes
2017-11-04Update ODR hashing testsRichard Trieu
2017-11-02Modular Codegen: Don't home always_inline functionsDavid Blaikie
2017-11-02Modular Codegen: Don't home/modularize static functions in headersDavid Blaikie
2017-11-02PR33746: Store the 'inline'ness of a static data member with the update recordRichard Smith
2017-10-30[modules] Retain multiple using-directives in the same scope even if they nam...Richard Smith
2017-10-24[modules] Add a regression test for merging anon decls in extern C contexts.Vassil Vassilev
2017-10-18[modules] When finding the owning module of an instantiated context in templateRichard Smith
2017-10-11Revert r314955: "Remove PendingBody mechanism for function and ObjC method de...Daniel Jasper
2017-10-11[modules] Fix visibility checking for using declarations via ADL.Richard Smith
2017-10-11[modules] Only take visible using-directives into account during name lookup.Richard Smith
2017-10-10[Modules TS] Module ownership semantics for redeclarations.Richard Smith
2017-10-10Revert "[Modules TS] Avoid computing the linkage of the enclosing DeclContext...Eric Liu
2017-10-10[Modules TS] Avoid computing the linkage of the enclosing DeclContext for a d...Richard Smith
2017-10-05Add testcase for r314956:Richard Smith
2017-09-30[ODRHash] Add base classes to hashing CXXRecordDecl.Richard Trieu
2017-09-29[test] Disable leak checking on a clang crash test on DarwinFrancis Ricci
2017-09-29Fix Modules/{builtin-import.mm,umbrella-header-include-builtin.mm} to be able...Filipe Cabecinhas
2017-09-22Extend -ast-dump for CXXRecordDecl to dump the flags from the DefinitionData.Richard Smith
2017-09-14[Module map] Introduce a private module re-export directive.Douglas Gregor
2017-08-29[modules] Add test for using declaration in classes.Raphael Isemann
2017-08-23[ODRHash] Diagnose differing template parameters.Richard Trieu
2017-08-15[clang] Get rid of "%T" expansionsKuba Mracek
2017-08-12Revert "[Modules] Prevent #import to reenter header if not building a module."Bruno Cardoso Lopes
2017-08-11[modules] Set the lexical DC for dummy tag decls that refer to hiddenAlex Lorenz
2017-08-10[Modules] Prevent #import to reenter header if not building a module.Bruno Cardoso Lopes
2017-07-25Fix incorrect use of current directory to find moved paths in ASTReader.Manuel Klimek
2017-07-24Debug Info: Avoid completing class types when a definition is in a module.Adrian Prantl
2017-07-19Update for LLVM IR metadata changes (DIImportedEntity now needs a DIFile).Adrian Prantl
2017-07-18Debug Info: Set the MainFileName when generating -gmodules debug info for PCM.Adrian Prantl
2017-07-15[ODRHash] Revert r307743 which reverted r307720Richard Trieu
2017-07-14[ODRHash] Avoid taking the types of FunctionDecl'sRichard Trieu
2017-07-12[ODRHash] Revert r307720 to fix buildbot.Richard Trieu
2017-07-11[ODRHash] Support more method types.Richard Trieu
2017-07-08[ODRHash] Support FriendDeclRichard Trieu
2017-07-06Reject attempts to build a module without -fmodules, rather than silently doi...Richard Smith
2017-07-01[ODRHash] Revert r305104 - Skip inline namespaces when hashing.Richard Trieu