-
Notifications
You must be signed in to change notification settings - Fork 342
[lldb] Various changes to get building on next
#8888
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
Conversation
@JDevlieghere / @adrian-prantl how major is actually implementing the new methods in TypeSystemSwift/DWARFASTParserSwift? |
Adds empty implementations for `GetPtrAuthKey`, `GetPtrAuthDiscriminator`, and `GetPtrAuthAddressDiversity`.
…dDefinitionTypeForDIE`" This reverts commit d1782cc as the upstream change adding it was reverted. Keeping it in history so we can re-apply.
ee8d64c
to
66f6fa9
Compare
@@ -1349,7 +1349,7 @@ SwiftExpressionParser::ParseAndImport( | |||
if (enable_bare_slash_regex_literals) { | |||
lang_opts.enableFeature(swift::Feature::BareSlashRegexLiterals); | |||
} | |||
if (uint32_t version = m_expr.Language().version) { | |||
if (uint32_t version = m_expr.Language().version) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change looks scary.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
But I think it's correct.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Heh, yeah. I was going to add the }
instead but this matches what was... somewhere (stable/20230725 I assume?)
No description provided.