-
Notifications
You must be signed in to change notification settings - Fork 13k
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] odd line break with c-style comment in argument list #86573
Labels
Comments
owenca
added a commit
to owenca/llvm-project
that referenced
this issue
Apr 11, 2024
Commit d06b923 caused a regression that breaks after a block comment adjacent to a function paramter that follows. Fixes llvm#86573.
owenca
added a commit
that referenced
this issue
Apr 12, 2024
bazuzi
pushed a commit
to bazuzi/llvm-project
that referenced
this issue
Apr 15, 2024
Commit d06b923 caused a regression that breaks after a block comment adjacent to a function paramter that follows. Fixes llvm#86573.
llvmbot
pushed a commit
to llvmbot/llvm-project
that referenced
this issue
Apr 19, 2024
Commit d06b923 caused a regression that breaks after a block comment adjacent to a function paramter that follows. Fixes llvm#86573. (cherry picked from commit d61edec)
llvmbot
pushed a commit
to llvmbot/llvm-project
that referenced
this issue
Apr 26, 2024
Commit d06b923 caused a regression that breaks after a block comment adjacent to a function paramter that follows. Fixes llvm#86573. (cherry picked from commit d61edec)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
version 17.0.1 consistently keeps a c-style comment with its argument:
whereas 18.1 and HEAD (d99cfa0) in one narrow case decides to break after the comment (the last function call in this example):
The text was updated successfully, but these errors were encountered: