summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/ASTImporter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [ASTImporter] Typedef import brings in the complete typeGabor Marton2018-11-271-2/+9
* [ASTImporter][Structural Eq] Check for isBeingDefinedGabor Marton2018-11-261-2/+3
* Re-Reinstate 347294 with a fix for the failures.Bill Wendling2018-11-211-1/+1
* Revert r347364 again, the fix was incomplete.Nico Weber2018-11-211-1/+1
* Reinstate 347294 with a fix for the failures.Bill Wendling2018-11-201-1/+1
* [AST] Store the expressions in ParenListExpr in a trailing arrayBruno Ricci2018-11-201-2/+2
* Revert 347294, it turned many bots on lab.llvm.org:8011/console red.Nico Weber2018-11-201-1/+1
* [ASTImporter] Set redecl chain of functions before any other importGabor Marton2018-11-201-19/+24
* Use is.constant intrinsic for __builtin_constant_pBill Wendling2018-11-201-1/+1
* Compound literals, enums, et al require const exprBill Wendling2018-11-091-0/+12
* [OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extensionAndrew Savonichev2018-11-081-0/+4
* Revert r346326 [OpenCL] Add support of cl_intel_device_side_avc_motion_estima...Andrew Savonichev2018-11-071-4/+0
* [OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extensionAndrew Savonichev2018-11-071-0/+4
* Revert "[ASTImporter] Reorder fields after structure import is finished"Davide Italiano2018-10-301-43/+3
* [AST] Only store data for the NRVO candidate in ReturnStmt if neededBruno Ricci2018-10-301-2/+2
OpenPOWER on IntegriCloud