-
Notifications
You must be signed in to change notification settings - Fork 12k
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
Fix git clang-format help message #123
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
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: