-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Regression in source fidelity for function return types with qualifiers #55778
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
Comments
@llvm/issue-subscribers-clang-frontend |
Labels added by @EugeneZelenko does not seem right. Am I missing something? |
@Abramo-Bagnara: Which labels do you consider as proper ones? |
clang:frontend is ok, while clang:diagnostics is not. IMHO also c, bug and regression are correct. |
@llvm/issue-subscribers-bug |
@llvm/issue-subscribers-c11 |
I can confirm the issue exists; it's not a particularly user-facing issue, but it will crop up when doing pretty printing or trying to do AST matching, so it'd be nice to resolve this if it's easy to do so. |
After commit d374b65 the syntactic representation of function return type is unexpectedly unqualified in AST, losing the info about qualifiers present in source.
The text was updated successfully, but these errors were encountered: