summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2022-06-30 11:33:51 +0200
committerEike Ziller <eike.ziller@qt.io>2022-06-30 14:15:07 +0000
commita3997cc05fd5a88ae47ddf37c23b01137485b793 (patch)
tree8675653f49efeef8d8b454428d1533b8d5c9f884 /README.md
parent88956d1e9baa10273305c1f31d8a54c5755ead31 (diff)
downloadqt-creator-a3997cc05fd5a88ae47ddf37c23b01137485b793.tar.gz
README: Update recommended LLVM version
Change-Id: Ia7699ca9cd0045036f6034fd55c44264a0b53451 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 55ce5919e6..4ecf9f0aeb 100644
--- a/README.md
+++ b/README.md
@@ -43,10 +43,10 @@ Prerequisites:
* Debugging Tools for Windows (optional, for MSVC debugging support with CDB)
* On Mac OS X: latest Xcode
* On Linux: GCC 7 or later
-* LLVM/Clang 10 or later (optional, LLVM/Clang 13 is recommended.
+* LLVM/Clang 10 or later (optional, LLVM/Clang 14 is recommended.
See [instructions](#getting-llvmclang-for-the-clang-code-model) on how to
get LLVM.
- The ClangFormat, ClangPchManager and ClangRefactoring use the LLVM C++ API.
+ The ClangFormat plugin uses the LLVM C++ API.
Since the LLVM C++ API provides no compatibility guarantee,
if later versions don't compile we don't support that version.)
* CMake
@@ -149,8 +149,8 @@ like Qt and LLVM, additionally run
## Getting LLVM/Clang for the Clang Code Model
-The Clang Code Model depends on the LLVM/Clang libraries. The currently
-recommended LLVM/Clang version is 13.0.
+The Clang code model uses `Clangd` and the ClangFormat plugin depends on the
+LLVM/Clang libraries. The currently recommended LLVM/Clang version is 14.0.
### Prebuilt LLVM/Clang packages