From e179e860b4b6aefc5ef10201f1b5bd78a602ee20 Mon Sep 17 00:00:00 2001 From: micbou Date: Sat, 5 Nov 2016 12:52:25 +0100 Subject: [PATCH] Bump Clang version in documentation --- README.md | 6 +++--- doc/youcompleteme.txt | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 25527436..312e1957 100644 --- a/README.md +++ b/README.md @@ -527,10 +527,10 @@ process. **Download the latest version of `libclang`**. Clang is an open-source compiler that can compile C/C++/Objective-C/Objective-C++. The `libclang` library it provides is used to power the YCM semantic completion engine for - those languages. YCM is designed to work with libclang version 3.8 or + those languages. YCM is designed to work with libclang version 3.9 or higher. - You can use the system libclang _only if you are sure it is version 3.8 or + You can use the system libclang _only if you are sure it is version 3.9 or higher_, otherwise don't. Even if it is, we recommend using the [official binaries from llvm.org][clang-download] if at all possible. Make sure you download the correct archive file for your OS. @@ -2621,7 +2621,7 @@ undefined symbol: clang_CompileCommands_dispose ``` This means that Vim is trying to load a `libclang.so` that is too old. You need -at least a 3.8 libclang. Just go through the installation guide and make sure +at least a 3.9 libclang. Just go through the installation guide and make sure you are using a correct `libclang.so`. We recommend downloading prebuilt binaries from llvm.org. diff --git a/doc/youcompleteme.txt b/doc/youcompleteme.txt index 42db81ce..ec8f30e4 100644 --- a/doc/youcompleteme.txt +++ b/doc/youcompleteme.txt @@ -743,10 +743,10 @@ will notify you to recompile it. You should then rerun the install process. **Download the latest version of 'libclang'**. Clang is an open-source compiler that can compile C/C++/Objective-C/Objective-C++. The 'libclang' library it provides is used to power the YCM semantic completion engine - for those languages. YCM is designed to work with libclang version 3.8 or + for those languages. YCM is designed to work with libclang version 3.9 or higher. - You can use the system libclang _only if you are sure it is version 3.8 + You can use the system libclang _only if you are sure it is version 3.9 or higher_, otherwise don't. Even if it is, we recommend using the official binaries from llvm.org [40] if at all possible. Make sure you download the correct archive file for your OS. @@ -2870,7 +2870,7 @@ crashes: undefined symbol: clang_CompileCommands_dispose < This means that Vim is trying to load a 'libclang.so' that is too old. You need -at least a 3.8 libclang. Just go through the installation guide and make sure +at least a 3.9 libclang. Just go through the installation guide and make sure you are using a correct 'libclang.so'. We recommend downloading prebuilt binaries from llvm.org.