Docs now mention libclang 3.4 is recommended

This commit is contained in:
Strahinja Val Markovic 2014-01-11 12:21:03 -08:00
parent 1c42b04d1a
commit 2ebea627d9

View File

@ -220,8 +220,8 @@ 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/C++/Objective-C/Objective-C++. The `libclang` 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 library it provides is used to power the YCM semantic completion engine for
those languages. YCM is designed to work with libclang version 3.3 or those languages. YCM is designed to work with libclang version 3.4 or
higher, but can in theory work with 3.2 as well. higher, but can in theory work with any 3.2+ version as well.
You can use the system libclang _only if you are sure it is version 3.3 or You can use the system libclang _only if you are sure it is version 3.3 or
higher_, otherwise don't. Even if it is, I recommend using the [official higher_, otherwise don't. Even if it is, I recommend using the [official