Skip to content
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

Merged
merged 2 commits into from
Jun 3, 2024

Conversation

sdkrystian
Copy link
Contributor

Fixes #142

@marxin
Copy link
Owner

marxin commented May 29, 2024

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?

@sdkrystian
Copy link
Contributor Author

@marxin I pushed a commit which should fix the failing tests

Copy link
Owner

@marxin marxin left a 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.

clang_delta/RemoveNamespace.cpp Outdated Show resolved Hide resolved
clang_delta/RemoveNamespace.cpp Outdated Show resolved Hide resolved
@sdkrystian
Copy link
Contributor Author

@marxin updated

@marxin
Copy link
Owner

marxin commented May 30, 2024

The current LLVM master seems promising, but we will likely need a conditional build for the existing releases. What do you think 🤔?

@marxin marxin merged commit ccb6793 into marxin:master Jun 3, 2024
2 of 12 checks passed
@marxin
Copy link
Owner

marxin commented Jun 3, 2024

The CI should be happy after 16a34b2.

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.

LLVM 19: Build failures
2 participants