Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 861789 Details for
Bug 905166
dev-qt/qt-creator: requires LLVM 14
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to make the clang format plugin compile with clang 15
remove-deprecated-clang-formatstyle.patch (text/plain), 605 bytes, created by
Thomas Pathmann
on 2023-05-16 08:53:33 UTC
(
hide
)
Description:
Patch to make the clang format plugin compile with clang 15
Filename:
MIME Type:
Creator:
Thomas Pathmann
Created:
2023-05-16 08:53:33 UTC
Size:
605 bytes
patch
obsolete
>--- a/src/plugins/clangformat/clangformatutils.cpp 2023-05-16 10:19:58.447474221 +0200 >+++ b/src/plugins/clangformat/clangformatutils.cpp 2023-05-16 10:21:25.537730120 +0200 >@@ -118,7 +118,7 @@ > style.ColumnLimit = 100; > style.CommentPragmas = "^ IWYU pragma:"; > style.CompactNamespaces = false; >- style.ConstructorInitializerAllOnOneLineOrOnePerLine = false; >+ style.PackConstructorInitializers = FormatStyle::PackConstructorInitializersStyle::PCIS_Never; > style.ConstructorInitializerIndentWidth = 4; > style.ContinuationIndentWidth = 4; > style.Cpp11BracedListStyle = true;
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 905166
:
861788
| 861789