summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2020-12-18 11:10:09 +0100
committerChristian Kandeler <christian.kandeler@qt.io>2021-01-06 11:00:02 +0000
commitf7d8f8b7048d631e369b55db24df0a14e2437354 (patch)
tree9645e1ca4e14aff9acf65a81ea1b3c7582f1c873 /README.md
parent6263a58ef34208b1e7e063ccb22892e4679caf7a (diff)
downloadqt-creator-f7d8f8b7048d631e369b55db24df0a14e2437354.tar.gz
ClangFormat: Do not refuse to build against unpatched clang
The plugin builds just fine and should be mostly (fully?) functional with upstream clang, so it seems excessive to force-disable it entirely for everybody not using our custom patch. Change-Id: Id6a179c20325290a8205218c9514a16c1adc9076 Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4730334c0d..1c3d4e6df9 100644
--- a/README.md
+++ b/README.md
@@ -209,7 +209,7 @@ The ClangFormat plugin depends on the additional patch
https://code.qt.io/cgit/clang/llvm-project.git/commit/?h=release_100-based&id=9b992a0f7f160dd6c75f20a4dcfcf7c60a4894df
-While the plugin builds without it, it will be disabled on start with an error message.
+While the plugin builds without it, it might not be fully functional.
Note that the plugin is disabled by default.