Skip to content

[lldb][NFC] Implement RTTI for DWARFASTParserSwift #7664

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

augusto2112
Copy link

No description provided.

@augusto2112
Copy link
Author

@swift-ci smoke test

@augusto2112 augusto2112 merged commit a99755a into swiftlang:stable/20230725 Oct 24, 2023
@@ -61,7 +61,8 @@ using namespace lldb;
using namespace lldb_private;
using namespace lldb_private::dwarf;
DWARFASTParserClang::DWARFASTParserClang(TypeSystemClang &ast)
: m_ast(ast), m_die_to_decl_ctx(), m_decl_ctx_to_die() {}
: DWARFASTParser(Kind::DWARFASTParserClang), m_ast(ast),
m_die_to_decl_ctx(), m_decl_ctx_to_die() {}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This part of the commit should be made upstream.

Copy link
Author

@augusto2112 augusto2112 Oct 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The first two commits are cherry picks from upstream

@@ -61,7 +61,8 @@ using namespace lldb;
using namespace lldb_private;
using namespace lldb_private::dwarf;
DWARFASTParserClang::DWARFASTParserClang(TypeSystemClang &ast)
: m_ast(ast), m_die_to_decl_ctx(), m_decl_ctx_to_die() {}
: DWARFASTParser(Kind::DWARFASTParserClang), m_ast(ast),
m_die_to_decl_ctx(), m_decl_ctx_to_die() {}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also the () initializers are redundant.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh!

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants