-
Notifications
You must be signed in to change notification settings - Fork 68
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
Bump Clang_jll's version #465
Conversation
There are some undocumented behavior changes introduced in Clang16... C
Clang 16:
Clang 15
|
I dont know why |
MWE: typedef int foo;
typedef struct X
{
foo field;
} X; Also, where is |
Oh NVM, I see it's created automatically in |
it would be faster to check the source directly. but this is not urgent. one can always run the generator with the old Julia version . |
Actually I need it to fix more method ambiguities in 1.11 😅 Example failure: https://github.com/JuliaWeb/LibSSH.jl/actions/runs/7698581250/job/20978180881 Similar to #458. But you're right, it's not urgent yet. |
ref: https://reviews.llvm.org/D112374 Co-Authored-By: James Wrigley <[email protected]>
fix #464