-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Fix git clang-format help message #123
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
Closed
albestro opened this issue
Feb 10, 2020
· 1 comment
· May be fixed by baby636/llvm-project#20 or baby636/llvm-project#21
Closed
Fix git clang-format help message #123
albestro opened this issue
Feb 10, 2020
· 1 comment
· May be fixed by baby636/llvm-project#20 or baby636/llvm-project#21
Comments
Fixed by https://reviews.llvm.org/rGd40afadec0ac. |
mmitche
pushed a commit
to mmitche/llvm-project
that referenced
this issue
Aug 3, 2022
…707.3 (llvm#123) [release/11.x] Update dependencies from dotnet/arcade
This was referenced Nov 28, 2023
RevySR
pushed a commit
to revyos/llvm-project
that referenced
this issue
Jul 27, 2024
…lvm#123) * [Clang][XTHeadVector] support `vget` and `vset` on different LMULs * [Clang][XTHeadVector] add tests * [Clang][XTHeadVector] add wrappers * [Clang][XTHeadVector] add wrapper tests * [Clang][XTHeadVector] add pffft example
ilovepi
pushed a commit
that referenced
this issue
Mar 28, 2025
This PR adds a new command-line option that allows users to specify the prefix used for line-based anchors in repository URLs. Different repository interfaces use different formats for line anchors (GitHub uses `#L123`, googlesource uses `#123`, etc.). This option enables users to customize the line prefix to match their repository platform without requiring hard-coded values for each service. Fixes #59814
changkhothuychung
pushed a commit
to changkhothuychung/llvm-project
that referenced
this issue
Apr 22, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The helper message reports
clangFormat.extension
(singular)but in the code
clangformat.extensions
(plural) is used.llvm-project/clang/tools/clang-format/git-clang-format
Lines 46 to 49 in fddacd0
For what concerns the case-sensitiveness, it seems that options names are case-insensitive.
The text was updated successfully, but these errors were encountered: