summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/ASTImporter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* [ASTImporter] Support TypeTraitExprAleksei Sidorin2017-11-261-0/+21
* [ASTImporter] Support new AST nodes:Aleksei Sidorin2017-11-211-17/+295
* [Analyzer] Revert r318750 because incorrect files were added for commit.Aleksei Sidorin2017-11-211-292/+17
* [Analyzer] Non-determinism: stable iteration on indirect goto LabelDecl'sAleksei Sidorin2017-11-211-17/+292
* [ASTImporter] TypeAliasTemplate and PackExpansion importing capabilityGabor Horvath2017-11-141-0/+83
* [ASTImporter] Import SubStmt of CaseStmtGabor Horvath2017-10-181-3/+7
* Add Cross Translation Unit support libraryGabor Horvath2017-09-221-0/+15
* PR19668, PR23034: Fix handling of move constructors and deleted copyRichard Smith2017-08-161-0/+5
* Revert "PR19668, PR23034: Fix handling of move constructors and deleted copy ...Diana Picus2017-08-091-5/+0
* PR19668, PR23034: Fix handling of move constructors and deleted copyRichard Smith2017-08-081-0/+5
* Preserve CXX method overrides in ASTImporterLang Hames2017-06-201-0/+14
* [DebugInfo] Add kind of ImplicitParamDecl for emission of FlagObjectPointer.Alexey Bataev2017-06-091-4/+3
* [ASTImporter] Improve handling of incomplete typesSean Callanan2017-05-131-0/+14
* [ASTImporter] Move structural equivalence context to its own file. NFCIBruno Cardoso Lopes2017-04-281-1413/+31
* Revert r299355 "[ASTImporter] Fix for importing unnamed structs"Gabor Horvath2017-04-031-6/+3
* [ASTImporter] Fix for importing unnamed structsGabor Horvath2017-04-031-3/+6
OpenPOWER on IntegriCloud