-
Couldn't load subscription status.
- Fork 534
Adds clang 19 support #1942
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
base: main
Are you sure you want to change the base?
Adds clang 19 support #1942
Conversation
|
@dotnet-policy-service agree company="Verge Aero" |
|
Thanks so much, very nice work. We need to upgrade the CI binary packages as well, that's taken care of by some explicit actions, I'll get them running shortly. |
Fix compile error C2226 in non English locale see: llvm/llvm-project#60549
allow using older versions of clang than 19 until mono#1942
allow using older versions of clang than 19 until mono#1942
allow using older versions of clang than 19 until mono#1942
allow using older versions of clang than 19 until mono#1942
|
I can't seem to re-run CI on this from the web, can you rebase and update this on latest master so we get fresh builds? |
Given the latest msvc requires Clang >= 19, I went ahead and updated the parser to accomodate the API changes. It compiles and the tests do pass locally on windows. Unsure of the other platforms.
Addresses the issue here
I did use the LLVM commit referenced in that issue [cd70802]
Although I'm actively using CppSharp to a high degree success, this is my first direct dive into LLVM or the CppSharp codebase so I'd be happy to work through any suggested changes.