summaryrefslogtreecommitdiffstats
path: root/clang/unittests/AST/ASTImporterTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* recommit: [ASTImporter] Friend class decl should not be visible in its contextGabor Marton2019-12-181-6/+44
* Revert "[ASTImporter] Friend class decl should not be visible in its context"Nico Weber2019-12-171-44/+6
* [ASTImporter] Friend class decl should not be visible in its contextGabor Marton2019-12-171-6/+44
* [ASTImporter] Support functions with placeholder return types ...Gabor Marton2019-12-121-0/+187
* [ASTImporter] Implicitly declare parameters for imported ObjCMethodDeclsRaphael Isemann2019-12-061-0/+24
* [ASTImporter][NFC] Enable disabled but passing testGabor Marton2019-10-071-4/+1
* [ASTImporter][NFC] Add comprehensive tests for ODR violation handling strategiesGabor Marton2019-09-231-184/+0
* [ASTImporter] At import of records re-order indirect fields too.Balazs Keri2019-09-021-6/+34
* [ASTImporter] Do not look up lambda classesGabor Marton2019-08-301-0/+111
* [ASTImporter] Propagate errors during import of overridden methods.Balazs Keri2019-08-301-0/+44
* [ASTImporter] Fix name conflict handling with different strategiesGabor Marton2019-08-271-15/+254
* [ASTImporter] Import additional flags for functions.Balazs Keri2019-08-131-0/+49
* [ASTImporter] Fix for import of friend class template with definition.Balazs Keri2019-08-121-0/+44
* Add SVE opaque built-in typesRichard Sandiford2019-08-091-0/+38
* [ASTImporter] Do not import FunctionTemplateDecl in record twice.Balazs Keri2019-08-071-0/+46
* [ASTImporter] Reorder fields after structure import is finishedGabor Marton2019-07-251-1/+11
* [ASTImporter] Fix structural eq of lambdasGabor Marton2019-07-171-0/+16
* [ASTImporter] Fix LLDB lookup in transparent ctx and with ext srcGabor Marton2019-07-171-0/+48
* [ASTImporter] Fix import of lambda in function paramGabor Marton2019-07-081-0/+39
* [ASTImporter] Mark erroneous nodes in shared stGabor Marton2019-07-011-5/+80
* [ASTImporter] Mark erroneous nodes in from ctxGabor Marton2019-07-011-14/+197
* [ASTImporter] Propagate error from ImportDeclContextGabor Marton2019-07-011-0/+87
* [ASTImporter] Store import errors for DeclsGabor Marton2019-06-251-0/+121
* [ASTImporter] Fix unhandled cases in ASTImporterLookupTableGabor Marton2019-06-111-5/+51
* [ASTImporter] Enable disabled but passing testsGabor Marton2019-05-201-11/+2
* [ASTImporter] Use llvm::Expected and Error in the importer APIGabor Marton2019-05-151-1/+1
* [ASTImporter] Separate unittest filesGabor Marton2019-05-131-1065/+4
* [ASTImporter] Corrected type of integer constant in a test.Balazs Keri2019-05-071-2/+2
* [ASTImporter] Import TemplateParameterLists in function templates.Balazs Keri2019-05-071-0/+18
* Fix gcc "-Wdangling-else" warnings. NFCI.Simon Pilgrim2019-04-301-3/+6
* [ASTImporter] Add an ImportImpl method to allow customizing Import behavior.Raphael Isemann2019-04-291-9/+101
* Changed every use of ASTImporter::Import to Import_NewBalazs Keri2019-04-081-18/+37
* Range-style std::find{,_if} -> llvm::find{,_if}. NFCFangrui Song2019-03-311-5/+4
* Basic: Return a reference from FileManager::getVirtualFileSystem, NFCDuncan P. N. Exon Smith2019-03-261-1/+1
* [ASTImporter] Fix redecl failures of FunctionTemplateSpecGabor Marton2019-03-191-77/+60
* [ASTImporter] Fix redecl failures of ClassTemplateSpecGabor Marton2019-03-191-6/+42
* [ASTImporter] Fix import of NestedNameSpecifierLoc.Balazs Keri2019-03-141-0/+20
* [ASTImporter] Import member expr with explicit template argsGabor Marton2019-03-071-0/+50
* [ASTImporter] Handle redecl chain of FunctionTemplateDeclsGabor Marton2019-03-071-34/+14
* [ASTImporter] Fix redecl failures of Class and ClassTemplateGabor Marton2019-03-051-8/+4
* [ASTImporter] Add support for importing ChooseExpr AST nodes.Tom Roeder2019-02-261-0/+34
* Revert r354832 "[ASTImporter] Add support for importing ChooseExpr AST nodes."Reid Kleckner2019-02-261-49/+0
* [ASTImporter] Add support for importing ChooseExpr AST nodes.Tom Roeder2019-02-251-0/+49
* Fix remaining semicolon pedantic errors for intelGabor Marton2019-02-201-2/+2
* Fix compile error with Intel's compiler (-Werror=pedantic)Gabor Marton2019-02-201-60/+60
* [ASTImporter] Find previous friend function templateGabor Marton2019-02-181-0/+30
* [ASTImporter] Unify redecl chain tests as type parameterized testsGabor Marton2019-02-181-641/+556
* [ASTImporter] Import every Decl in lambda recordGabor Marton2019-02-151-0/+20
* [ASTImporter] Check visibility/linkage of functions and variablesGabor Marton2019-02-141-0/+268
* [ASTImporter] Add test RedeclChainShouldBeCorrectAmongstNamespacesGabor Marton2019-02-111-0/+41
OpenPOWER on IntegriCloud