-
Notifications
You must be signed in to change notification settings - Fork 25
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
Remove uses of ClassTemplateSpecializationDecl::getTypeAsWritten #143
Conversation
The suggested change looks fine! However, it seems the additional changes to the renaming pass will be needed in order to fix the 2 failures spotted with LLVM 19. @sdkrystian Are you willing to work on that as part of this PR? |
@marxin I pushed a commit which should fix the failing tests |
c66b4b8
to
66e932a
Compare
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.
I think the following changes are needed for a proper compilation.
66e932a
to
8321d42
Compare
@marxin updated |
The current LLVM master seems promising, but we will likely need a conditional build for the existing releases. What do you think 🤔? |
The CI should be happy after 16a34b2. |
Fixes #142