From 2ebea627d939498fca3e4048ad367432a80f0b86 Mon Sep 17 00:00:00 2001 From: Strahinja Val Markovic Date: Sat, 11 Jan 2014 12:21:03 -0800 Subject: [PATCH] Docs now mention libclang 3.4 is recommended --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f28d0837..233c46b7 100644 --- a/README.md +++ b/README.md @@ -220,8 +220,8 @@ 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.3 or - higher, but can in theory work with 3.2 as well. + those languages. YCM is designed to work with libclang version 3.4 or + 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 higher_, otherwise don't. Even if it is, I recommend using the [official