summaryrefslogtreecommitdiff
path: root/libre/qtcreator/qtcreator-clang-9.patch
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2019-11-25 17:00:48 +0100
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2019-11-25 23:49:17 +0100
commitbc2e4696e88187481e39eff37e61f4542fb7e431 (patch)
tree7f31b25a0d807799f984388a5402975b5c968e62 /libre/qtcreator/qtcreator-clang-9.patch
parent2ffc39cdd52d0c4ee55447c81eb3381b6d9e8fbf (diff)
downloadabslibre-bc2e4696e88187481e39eff37e61f4542fb7e431.tar.gz
abslibre-bc2e4696e88187481e39eff37e61f4542fb7e431.tar.bz2
abslibre-bc2e4696e88187481e39eff37e61f4542fb7e431.zip
libre: qtcreator: update to 4.10.2
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'libre/qtcreator/qtcreator-clang-9.patch')
-rw-r--r--libre/qtcreator/qtcreator-clang-9.patch12
1 files changed, 0 insertions, 12 deletions
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;