summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/ASTImporter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [AST] Only store the needed data in WhileStmtBruno Ricci2018-10-301-3/+2
* [ASTImporter] Reorder fields after structure import is finishedAleksei Sidorin2018-10-291-3/+43
* [AST] Only store the needed data in SwitchStmtBruno Ricci2018-10-291-2/+2
* [ASTImporter] Import overrides before importing the rest of the chainGabor Marton2018-10-291-3/+3
* [AST] Don't store data for GNU range case statement if not neededBruno Ricci2018-10-281-2/+2
* [AST] Only store the needed data in IfStmtBruno Ricci2018-10-271-4/+3
* [AST] Refactor PredefinedExprBruno Ricci2018-10-271-2/+2
* [ASTImporter] Removed uneeded default case label.Balazs Keri2018-10-191-2/+2
* [ASTImporter] Added error handling for AST import.Balazs Keri2018-10-191-3303/+3958
* [cxx2a] P0614R1: Support init-statements in range-based for loops.Richard Smith2018-09-281-5/+6
* [ASTImporter] Fix import of VarDecl initGabor Marton2018-09-171-53/+68
* [ASTImporter] Merge ExprBitsGabor Marton2018-09-031-2/+15
* [ASTImporter] Remove duplicated and dead CXXNamedCastExpr handling code.Raphael Isemann2018-08-221-32/+0
* Fix import of class templates partial specializationGabor Marton2018-08-221-24/+74
* [ASTImporter] Add test for C++ casts and fix broken const_cast importing.Raphael Isemann2018-08-201-0/+4
OpenPOWER on IntegriCloud