Skip to content

🍒 [clang][ExtractAPI] Fix up casting from CXXClassRecord (#110983) #9461

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

daniel-grumberg
Copy link

RecordRecord::classOfKind and TagRecord::classofKind didn't correctly capture RK_CXXClass and derived variants, e.g. RK_ClassTemplate. This materialized by anonymous C++ tag types not being correctly detected when they need to be merged with another record.

`RecordRecord::classOfKind` and `TagRecord::classofKind` didn't
correctly capture `RK_CXXClass` and derived variants, e.g.
`RK_ClassTemplate`. This materialized by anonymous C++ tag types not
being correctly detected when they need to be merged with another
record.
@daniel-grumberg
Copy link
Author

@swift-ci please test

@QuietMisdreavus
Copy link

@swift-ci Please smoke test

@QuietMisdreavus
Copy link

@swift-ci Please test Linux

@QuietMisdreavus
Copy link

@swift-ci Please test macOS

@QuietMisdreavus QuietMisdreavus merged commit fe24ba0 into swiftlang:stable/20240723 Jan 30, 2025
3 checks passed
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