Auto merge of #3237 - micbou:increase-clang-requirement, r=bstaletic

[READY] Increase libclang version requirement in docs

We need to increase the version requirement to 7.0.0 because of PR https://github.com/Valloric/ycmd/pull/1121.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/valloric/youcompleteme/3237)
<!-- Reviewable:end -->
This commit is contained in:
zzbot 2018-11-21 07:08:45 -08:00 committed by GitHub
commit 8e33c3c644
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -525,9 +525,9 @@ process.
**Download the latest version of `libclang`**. Clang is an open-source **Download the latest version of `libclang`**. Clang is an open-source
compiler that can compile C-family languages. The `libclang` library it compiler that can compile C-family languages. The `libclang` library it
provides is used to power the YCM semantic completion engine for those provides is used to power the YCM semantic completion engine for those
languages. YCM is designed to work with libclang version 3.9 or higher. languages. YCM is designed to work with libclang version 7.0.0 or higher.
You can use the system libclang _only if you are sure it is version 3.9 or You can use the system libclang _only if you are sure it is version 7.0.0 or
higher_, otherwise don't. Even if it is, we recommend using the [official 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 binaries from llvm.org][clang-download] if at all possible. Make sure you
download the correct archive file for your OS. download the correct archive file for your OS.

View File

@ -741,9 +741,9 @@ will notify you to recompile it. You should then rerun the install process.
**Download the latest version of 'libclang'**. Clang is an open-source **Download the latest version of 'libclang'**. Clang is an open-source
compiler that can compile C-family languages. The 'libclang' library it compiler that can compile C-family languages. The 'libclang' library it
provides is used to power the YCM semantic completion engine for those provides is used to power the YCM semantic completion engine for those
languages. YCM is designed to work with libclang version 3.9 or higher. languages. YCM is designed to work with libclang version 7.0.0 or higher.
You can use the system libclang _only if you are sure it is version 3.9 You can use the system libclang _only if you are sure it is version 7.0.0
or higher_, otherwise don't. Even if it is, we recommend using the 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 official binaries from llvm.org [40] if at all possible. Make sure you
download the correct archive file for your OS. download the correct archive file for your OS.