From 038a03e95f7bafabaac2be7c4844e72332db8abc Mon Sep 17 00:00:00 2001 From: Nikolai Kosjar Date: Tue, 10 Sep 2019 10:54:26 +0200 Subject: [PATCH] README: State ClangFormat dependencies Amends 4d3bb1c85859be07001a76fad24de457811a7d63. Change-Id: I72319c39144a161e5957953de5f395f33a080e63 Reviewed-by: Eike Ziller --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 2293ae80156..94738e5fae3 100644 --- a/README.md +++ b/README.md @@ -272,6 +272,16 @@ http://llvm.org/docs/GettingStarted.html#git-mirror: cmake -G "NMake Makefiles JOM" -DCMAKE_BUILD_TYPE=Release -DLLVM_ENABLE_RTTI=ON -DLLVM_ENABLE_PROJECTS="clang;clang-tools-extra" -DCMAKE_INSTALL_PREFIX= ..\llvm-project\llvm jom install +### Clang-Format + +The ClangFormat plugin depends on the additional patch + + https://code.qt.io/cgit/clang/clang.git/commit/?h=release_80-based&id=f98a155c89df094fb8f419a20629065f25fe599a + +While the plugin builds without it, it will be disabled on start with an error message. + +Note that the plugin is disabled by default. + ## Third-party Components Qt Creator includes the following third-party components,