summaryrefslogtreecommitdiffstats
path: root/clang/unittests/AST/ASTImporterTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* [ASTImporter][ASTImporterSpecificLookup] Add test for different operatorsGabor Marton2019-02-081-0/+60
* [ASTImporter] Refactor unittests to be able to parameterize them in a more fl...Gabor Marton2019-02-071-83/+110
* [ASTImporter] Fix handling of overriden methods during ASTImportShafik Yaghmour2019-01-281-0/+185
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [unittests] Remove superfluous semicolon, fixing warnings with GCC. NFC.Martin Storsjo2018-12-181-1/+1
* [ASTImporter] Add importer specific lookupGabor Marton2018-12-171-28/+551
* [ASTImporter] Fix redecl chain of classes and class templatesGabor Marton2018-12-171-88/+640
* [ASTImporter] Typedef import brings in the complete typeGabor Marton2018-11-271-0/+32
* [ASTImporter][Structural Eq] Check for isBeingDefinedGabor Marton2018-11-261-0/+39
* Compound literals, enums, et al require const exprBill Wendling2018-11-091-8/+7
* Revert "[ASTImporter][Structural Eq] Check for isBeingDefined"Shafik Yaghmour2018-10-311-39/+0
* [ASTImporter][Structural Eq] Check for isBeingDefinedGabor Marton2018-10-311-0/+39
* Revert "[ASTImporter] Reorder fields after structure import is finished"Davide Italiano2018-10-301-12/+1
* [ASTImporter] Reorder fields after structure import is finishedAleksei Sidorin2018-10-291-1/+12
* [ASTImporter] Added error handling for AST import.Balazs Keri2018-10-191-2/+3
* Lift VFS from clang to llvm (NFC)Jonas Devlieghere2018-10-101-5/+5
* [ASTImporter] Fix import of VarDecl initGabor Marton2018-09-171-2/+145
* [ASTImporter] Merge ExprBitsGabor Marton2018-09-031-0/+19
* Fix import of class templates partial specializationGabor Marton2018-08-221-2/+259
OpenPOWER on IntegriCloud