FreeBSD Bugzilla – Attachment 184693 Details for
Bug 220995
devel/llvm40: Fix hardcoded clang-format version
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
llvm40-clang-format.diff (text/plain), 662 bytes, created by
Oleh Hushchenkov
on 2017-07-25 07:41:58 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Oleh Hushchenkov
Created:
2017-07-25 07:41:58 UTC
Size:
662 bytes
patch
obsolete
>Index: files/clang-patch-tools_clang_tools_clang-format_clang-format.py >=================================================================== >--- files/clang-patch-tools_clang_tools_clang-format_clang-format.py (revision 446067) >+++ files/clang-patch-tools_clang_tools_clang-format_clang-format.py (working copy) >@@ -5,7 +5,7 @@ > # set g:clang_format_path to the path to clang-format if it is not on the path > # Change this to the full path if clang-format is not on the path. > -binary = 'clang-format' >-+binary = 'clang-format39' >++binary = 'clang-format40' > if vim.eval('exists("g:clang_format_path")') == "1": > binary = vim.eval('g:clang_format_path') >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 220995
: 184693