-
Notifications
You must be signed in to change notification settings - Fork 12.6k
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
[clang-format] Reference alignment options not honored for templated struct decltype(auto) operator() #66890
Closed
vient opened this issue
Sep 20, 2023
· 4 comments
· Fixed by #66904 or llvm/llvm-project-release-prs#770
Closed
[clang-format] Reference alignment options not honored for templated struct decltype(auto) operator() #66890
vient opened this issue
Sep 20, 2023
· 4 comments
· Fixed by #66904 or llvm/llvm-project-release-prs#770
Comments
As expected this is a misannotation of the
|
owenca
added a commit
to owenca/llvm-project
that referenced
this issue
Sep 20, 2023
owenca
added a commit
that referenced
this issue
Sep 27, 2023
legrosbuffle
pushed a commit
to legrosbuffle/llvm-project
that referenced
this issue
Sep 29, 2023
/cherry-pick 67b99fa |
/branch llvm/llvm-project-release-prs/issue66890 |
/pull-request llvm/llvm-project-release-prs#770 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
clang-format-17 test.cpp
producesNote that in A it produces
T & x
, in BT &x
I'll note, just in case, that lack of config does not matter, same happens when ReferenceAlignment is defined.
The text was updated successfully, but these errors were encountered: