aboutsummaryrefslogtreecommitdiff
path: root/unittests/AST/ASTImporterTest.cpp
AgeCommit message (Expand)Author
2019-10-07[ASTImporter][NFC] Enable disabled but passing testGabor Marton
2019-09-23[ASTImporter][NFC] Add comprehensive tests for ODR violation handling strategiesGabor Marton
2019-09-02[ASTImporter] At import of records re-order indirect fields too.Balazs Keri
2019-08-30[ASTImporter] Do not look up lambda classesGabor Marton
2019-08-30[ASTImporter] Propagate errors during import of overridden methods.Balazs Keri
2019-08-27[ASTImporter] Fix name conflict handling with different strategiesGabor Marton
2019-08-13[ASTImporter] Import additional flags for functions.Balazs Keri
2019-08-12[ASTImporter] Fix for import of friend class template with definition.Balazs Keri
2019-08-09Add SVE opaque built-in typesRichard Sandiford
2019-08-07[ASTImporter] Do not import FunctionTemplateDecl in record twice.Balazs Keri
2019-07-25[ASTImporter] Reorder fields after structure import is finishedGabor Marton
2019-07-17[ASTImporter] Fix structural eq of lambdasGabor Marton
2019-07-17[ASTImporter] Fix LLDB lookup in transparent ctx and with ext srcGabor Marton
2019-07-08[ASTImporter] Fix import of lambda in function paramGabor Marton
2019-07-01[ASTImporter] Mark erroneous nodes in shared stGabor Marton
2019-07-01[ASTImporter] Mark erroneous nodes in from ctxGabor Marton
2019-07-01[ASTImporter] Propagate error from ImportDeclContextGabor Marton
2019-06-25[ASTImporter] Store import errors for DeclsGabor Marton
2019-06-11[ASTImporter] Fix unhandled cases in ASTImporterLookupTableGabor Marton
2019-05-20[ASTImporter] Enable disabled but passing testsGabor Marton
2019-05-15[ASTImporter] Use llvm::Expected and Error in the importer APIGabor Marton
2019-05-13[ASTImporter] Separate unittest filesGabor Marton
2019-05-07[ASTImporter] Corrected type of integer constant in a test.Balazs Keri
2019-05-07[ASTImporter] Import TemplateParameterLists in function templates.Balazs Keri
2019-04-30Fix gcc "-Wdangling-else" warnings. NFCI.Simon Pilgrim
2019-04-29[ASTImporter] Add an ImportImpl method to allow customizing Import behavior.Raphael Isemann
2019-04-08Changed every use of ASTImporter::Import to Import_NewBalazs Keri
2019-03-31Range-style std::find{,_if} -> llvm::find{,_if}. NFCFangrui Song
2019-03-26Basic: Return a reference from FileManager::getVirtualFileSystem, NFCDuncan P. N. Exon Smith
2019-03-19[ASTImporter] Fix redecl failures of FunctionTemplateSpecGabor Marton
2019-03-19[ASTImporter] Fix redecl failures of ClassTemplateSpecGabor Marton
2019-03-14[ASTImporter] Fix import of NestedNameSpecifierLoc.Balazs Keri
2019-03-07[ASTImporter] Import member expr with explicit template argsGabor Marton
2019-03-07[ASTImporter] Handle redecl chain of FunctionTemplateDeclsGabor Marton
2019-03-05[ASTImporter] Fix redecl failures of Class and ClassTemplateGabor Marton
2019-02-26[ASTImporter] Add support for importing ChooseExpr AST nodes.Tom Roeder
2019-02-26Revert r354832 "[ASTImporter] Add support for importing ChooseExpr AST nodes."Reid Kleckner
2019-02-25[ASTImporter] Add support for importing ChooseExpr AST nodes.Tom Roeder
2019-02-20Fix remaining semicolon pedantic errors for intelGabor Marton
2019-02-20Fix compile error with Intel's compiler (-Werror=pedantic)Gabor Marton
2019-02-18[ASTImporter] Find previous friend function templateGabor Marton
2019-02-18[ASTImporter] Unify redecl chain tests as type parameterized testsGabor Marton
2019-02-15[ASTImporter] Import every Decl in lambda recordGabor Marton
2019-02-14[ASTImporter] Check visibility/linkage of functions and variablesGabor Marton
2019-02-11[ASTImporter] Add test RedeclChainShouldBeCorrectAmongstNamespacesGabor Marton
2019-02-08[ASTImporter][ASTImporterSpecificLookup] Add test for different operatorsGabor Marton
2019-02-07[ASTImporter] Refactor unittests to be able to parameterize them in a more fl...Gabor Marton
2019-01-28[ASTImporter] Fix handling of overriden methods during ASTImportShafik Yaghmour
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-18[unittests] Remove superfluous semicolon, fixing warnings with GCC. NFC.Martin Storsjo