summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/ASTImporter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [c++20] Add support for explicit(bool), as described in P0892R2.Richard Smith2019-05-091-5/+23
* [c++20] Implement P0846R0: allow (ADL-only) calls to template-ids whoseRichard Smith2019-05-091-0/+8
* [ASTImporter] Fix inequivalence of unresolved exception specGabor Marton2019-05-081-0/+5
* [ASTImporter] Import TemplateParameterLists in function templates.Balazs Keri2019-05-071-0/+21
* Revert r359949 "[clang] adding explicit(bool) from c++2a"Hans Wennborg2019-05-061-23/+5
* [c++20] Implement P1009R2: allow omitting the array bound in an arrayRichard Smith2019-05-061-1/+10
* [clang] adding explicit(bool) from c++2aNicolas Lesser2019-05-041-5/+23
* [ASTImporter] Add an ImportImpl method to allow customizing Import behavior.Raphael Isemann2019-04-291-4/+16
* [ASTImporter] Copy Argument Passing Restrictions setting when importing a CXX...Shafik Yaghmour2019-04-261-0/+3
* Fixed comment as pointed out by post-commit review of D59845Raphael Isemann2019-04-091-1/+1
* [ASTImporter] Call to HandleNameConflict in VisitEnumDecl mistakeningly using...Shafik Yaghmour2019-04-081-1/+1
* Changed every use of ASTImporter::Import to Import_NewBalazs Keri2019-04-081-7/+14
* [ASTImporter] Convert ODR diagnostics inside ASTImporter implementationGabor Marton2019-04-011-14/+14
* [ASTImporter] Fix IsStructuralMatch specialization for EnumDecl to prevent re...Shafik Yaghmour2019-03-271-0/+6
* [ASTImporter] Changed use of Import to Import_New in ASTNodeImporter.Balazs Keri2019-03-251-50/+22
* [ASTImporter] Remove obsolete function ImportTemplateParameterList.Balazs Keri2019-03-201-49/+7
* [ASTImporter] Fix redecl failures of FunctionTemplateSpecGabor Marton2019-03-191-7/+14
* [ASTImporter] Fix redecl failures of ClassTemplateSpecGabor Marton2019-03-191-136/+118
* Refactor cast<>'s in if conditionals, which can only assert on failure.Don Hinton2019-03-191-28/+25
* [ASTImporter] Fix import of NestedNameSpecifierLoc.Balazs Keri2019-03-141-1/+4
* [ASTImporter] Changed use of Import to Import_New in ASTImporter.Balazs Keri2019-03-071-313/+375
* [ASTImporter] Import member expr with explicit template argsGabor Marton2019-03-071-3/+7
* [ASTImporter] Handle redecl chain of FunctionTemplateDeclsGabor Marton2019-03-071-16/+40
* [ASTImporter] Fix redecl failures of Class and ClassTemplateGabor Marton2019-03-051-32/+2
* [ASTImporter] Handle built-in when importing SourceLocation and FileIDShafik Yaghmour2019-03-041-21/+26
* [ASTImporter] Improve import of FileID.Balazs Keri2019-02-271-7/+16
* [ASTImporter] Add support for importing ChooseExpr AST nodes.Tom Roeder2019-02-261-0/+28
* Revert r354832 "[ASTImporter] Add support for importing ChooseExpr AST nodes."Reid Kleckner2019-02-261-28/+0
* [ASTImporter] Add support for importing ChooseExpr AST nodes.Tom Roeder2019-02-251-0/+28
* [ASTImporter] Find previous friend function templateGabor Marton2019-02-181-1/+1
* [ASTImporter] Import every Decl in lambda recordGabor Marton2019-02-151-7/+3
* [ASTImporter] Check visibility/linkage of functions and variablesGabor Marton2019-02-141-70/+91
* Remove unused variable to silence compiler warningMikael Holmen2019-01-291-1/+1
* [ASTImporter] Fix handling of overriden methods during ASTImportShafik Yaghmour2019-01-281-7/+37
* [ASTImporter] Fix importing OperatorDelete from CXXConstructorDeclRaphael Isemann2019-01-221-1/+17
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [AST] Store some data of CXXNewExpr as trailing objectsBruno Ricci2019-01-071-1/+1
* [AST] Store the arguments of CXXConstructExpr in a trailing arrayBruno Ricci2018-12-221-1/+1
* [AST] Store the callee and argument expressions of CallExpr in a trailing array.Bruno Ricci2018-12-211-7/+6
* [ASTImporter] Add importer specific lookupGabor Marton2018-12-171-85/+91
* [ASTImporter] Fix redecl chain of classes and class templatesGabor Marton2018-12-171-172/+161
* [AST] Store "UsesADL" information in CallExpr.Eric Fiselier2018-12-121-2/+3
* [ASTImporter] Remove import of definition from GetAlreadyImportedOrNullGabor Marton2018-12-121-10/+8
* Revert "Revert r347417 "Re-Reinstate 347294 with a fix for the failures.""Fangrui Song2018-11-301-1/+1
* Revert r347417 "Re-Reinstate 347294 with a fix for the failures."Fangrui Song2018-11-301-1/+1
* Revert "[ASTImporter] Changed use of Import to Import_New in ASTImporter."Davide Italiano2018-11-281-373/+311
* Re-commit r347417 "Re-Reinstate 347294 with a fix for the failures."Hans Wennborg2018-11-281-1/+1
* [ASTImporter] Changed use of Import to Import_New in ASTImporter.Balazs Keri2018-11-281-311/+373
* [ASTImporter] Added Import functions for transition to new API.Balazs Keri2018-11-271-0/+94
* Revert r347417 "Re-Reinstate 347294 with a fix for the failures."Hans Wennborg2018-11-271-1/+1
OpenPOWER on IntegriCloud