Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 590680 Details for
Bug 695274
dev-qt/qt-creator-4.10.0_rc1 - clangformatutils.cpp:63:49: error: cannot convert ‘bool’ to ‘clang::format::FormatStyle::ShortIfStyle’ in assignment
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
user patch
clangformatutils.patch (text/plain), 663 bytes, created by
email200202
on 2019-09-23 13:04:23 UTC
(
hide
)
Description:
user patch
Filename:
MIME Type:
Creator:
email200202
Created:
2019-09-23 13:04:23 UTC
Size:
663 bytes
patch
obsolete
>--- a/src/plugins/clangformat/clangformatutils.cpp 2019-09-23 22:09:30.394472064 +1000 >+++ b/src/plugins/clangformat/clangformatutils.cpp 2019-09-23 22:11:54.426645315 +1000 >@@ -60,7 +60,7 @@ > style.AllowShortBlocksOnASingleLine = false; > style.AllowShortCaseLabelsOnASingleLine = false; > style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline; >- style.AllowShortIfStatementsOnASingleLine = false; >+ style.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_Never; > style.AllowShortLoopsOnASingleLine = false; > style.AlwaysBreakAfterReturnType = FormatStyle::RTBS_None; > style.AlwaysBreakBeforeMultilineStrings = false;
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 695274
:
590502
|
590504
|
590506
| 590680 |
594208