From bc2e4696e88187481e39eff37e61f4542fb7e431 Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Mon, 25 Nov 2019 17:00:48 +0100 Subject: libre: qtcreator: update to 4.10.2 Signed-off-by: Denis 'GNUtoo' Carikli --- libre/qtcreator/qtcreator-clang-9.patch | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 libre/qtcreator/qtcreator-clang-9.patch (limited to 'libre/qtcreator/qtcreator-clang-9.patch') diff --git a/libre/qtcreator/qtcreator-clang-9.patch b/libre/qtcreator/qtcreator-clang-9.patch deleted file mode 100644 index 0fc9418e0..000000000 --- a/libre/qtcreator/qtcreator-clang-9.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -rupN qt-creator-opensource-src-4.10.0/src/plugins/clangformat/clangformatutils.cpp qt-creator-opensource-src-4.10.0-new/src/plugins/clangformat/clangformatutils.cpp ---- qt-creator-opensource-src-4.10.0/src/plugins/clangformat/clangformatutils.cpp 2019-09-03 16:36:38.000000000 +0200 -+++ qt-creator-opensource-src-4.10.0-new/src/plugins/clangformat/clangformatutils.cpp 2019-09-25 13:33:27.230835047 +0200 -@@ -60,7 +60,7 @@ static clang::format::FormatStyle qtcSty - 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; -- cgit v1.2.3