-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
Incorrect mention of 'alignof' in a diagnostic about 'alignas' #55175
Comments
The trouble is this bit: https://github.com/llvm/llvm-project/blob/main/clang/lib/Parse/ParseDecl.cpp#L2882 When parsing the alignment argument for Making |
Thanks for your reply and suggestion aaron, I'll try to understand this part and I'd be happy to do something about it |
Fixed by f75b735 |
Should 'alignof' in the first diagnostic message be replaced with 'alignas'? Although alignas equivalent to alignas(alignof(type)).
The text was updated successfully, but these errors were encountered: