summaryrefslogtreecommitdiffstats
path: root/lib/AST/ASTImporter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing spaceFangrui Song2018-07-301-239/+239
* [ASTImporter] Add support for import of CXXInheritedCtorInitExpr.Balazs Keri2018-07-251-0/+17
* [ASTImporter] Fix poisonous structural equivalence cacheGabor Marton2018-07-171-15/+20
* [ASTImporter] Import described template (if any) of function.Balazs Keri2018-07-171-0/+14
* [ASTImporter] Import implicit methods of existing class.Balazs Keri2018-07-161-2/+24
* [ASTImporter] Fix infinite recursion on function import with struct definitio...Gabor Marton2018-07-121-1/+19
* [ASTImporter] Refactor Decl creationGabor Marton2018-07-121-416/+488
* [AST] Structural equivalence of methodsBalazs Keri2018-07-111-7/+17
* [ASTImporter] import FunctionDecl end locationsRafael Stahl2018-07-091-2/+3
* [ASTImporter] Fix import of objects with anonymous typesGabor Marton2018-07-051-11/+2
* [ASTImporter] import macro source locationsRafael Stahl2018-07-041-37/+46
* [ASTImporter] Added import of CXXStdInitializerListExprGabor Marton2018-06-291-0/+14
* Re-apply: [ASTImporter] Import the whole redecl chain of functionsGabor Marton2018-06-271-37/+128
* [ASTImporter] Use InjectedClassNameType at import of templated record.Gabor Marton2018-06-261-0/+23
* Revert "[ASTImporter] Import the whole redecl chain of functions"Gabor Marton2018-06-251-128/+37
* [ASTImporter] Import the whole redecl chain of functionsGabor Marton2018-06-251-37/+128
* [ASTImporter] Corrected lookup at import of templated record declGabor Marton2018-05-301-1/+8
* Testing commit access with whitespace change.Rafael Stahl2018-05-291-2/+2
* [ASTImporter] Fix ClassTemplateSpecialization in wrong DCGabor Marton2018-05-251-2/+6
* [ASTImporter] Fix missing implict CXXRecordDecl in ClassTemplateSpecializatio...Gabor Marton2018-05-231-2/+8
* Fix duplicate class template definitions problemGabor Marton2018-05-231-15/+31
* [ASTImporter] Fix missing implict CXXRecordDeclGabor Marton2018-05-171-1/+1
* Test commit access: remove superflous spacesGabor Marton2018-05-161-1/+1
* [ASTImporter] Extend lookup logic in class templatesAleksei Sidorin2018-05-151-2/+8
* [AST] Print correct tag decl for tag specifierJoel E. Denny2018-05-141-1/+7
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-4/+4
* [ASTImporter] Properly import SourceLocations of AttrsAleksei Sidorin2018-05-081-13/+12
* [ASTImporter] Support importing UnresolvedMemberExpr, DependentNameType, Depe...Peter Szecsi2018-05-071-1/+86
* [ASTImporter] Fix isa cast assertPeter Szecsi2018-05-021-3/+7
* [ASTImporter] FriendDecl importing improvementsPeter Szecsi2018-04-251-5/+9
* [ASTImporter] Allow testing of import sequences; fix import of typedefs for a...Aleksei Sidorin2018-04-241-23/+21
* [AST] Fix some Clang-tidy modernize and Include What You Use warnings; other ...Eugene Zelenko2018-04-091-407/+405
* DR1672, DR1813, DR1881, DR2120: Implement recent fixes to "standardRichard Smith2018-04-051-1/+4
* [ASTImporter] Fix for importing unnamed structsAleksei Sidorin2018-04-051-3/+2
* [ObjC] Allow declaring __weak pointer fields in C structs in ARC.Akira Hatanaka2018-03-191-1/+0
* Revert "[ObjC] Allow declaring __weak pointer fields in C structs inAkira Hatanaka2018-03-121-0/+1
* [ObjC] Allow declaring __weak pointer fields in C structs in ARC.Akira Hatanaka2018-03-101-1/+0
* Quick fix for 325116 buildbots: move template specialization into namespaceAleksei Sidorin2018-02-141-27/+29
* [ASTImporter] Fix lexical DC for templated decls; support VarTemplatePartialS...Aleksei Sidorin2018-02-141-50/+109
* [ASTImporter] Add support to import some AST nodes:Gabor Horvath2018-01-271-23/+108
* [ASTImporter] avoid warnings: unused var, switch coveredSam McCall2018-01-261-8/+5
* [ASTImporter] Support LambdaExprs and improve template supportAleksei Sidorin2018-01-261-53/+258
* [ASTImporter] Support importing CXXUnresolvedConstructExpr and UnresolvedLook...Aleksei Sidorin2018-01-091-0/+61
* [ASTImporter] Fix missing SourceLoc import for ObjCMethodDecl selectorsAleksei Sidorin2018-01-091-1/+5
* Track in the AST whether the operand to a UnaryOperator can overflow and then...Aaron Ballman2018-01-091-6/+5
* [ASTImporter] Support importing FunctionTemplateDecl and CXXDependentScopeMem...Aleksei Sidorin2017-12-271-0/+126
* [AST] Inline CompoundStmt contents into the parent allocation.Benjamin Kramer2017-12-241-3/+2
* Revert r320942, "[ASTImporter] Support importing FunctionTemplateDecl and CXX...Peter Collingbourne2017-12-201-126/+0
* [ASTImporter] Support importing FunctionTemplateDecl and CXXDependentScopeMem...Aleksei Sidorin2017-12-171-0/+126
* [ASTImporter] Support importing CXXPseudoDestructorExprAleksei Sidorin2017-11-271-0/+34