From a2cae90f7ba1746bf1209edd6739f87d5914b375 Mon Sep 17 00:00:00 2001 From: Strahinja Val Markovic Date: Mon, 29 Sep 2014 15:53:58 -0700 Subject: [PATCH] Now using a libclang based on Clang 3.5. This is now the officialy supported version of libclang for YCM. The changes come as a result of updating to the latest ycmd commit. --- README.md | 2 +- third_party/ycmd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4f9c0603..807909f1 100644 --- a/README.md +++ b/README.md @@ -220,7 +220,7 @@ 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.4 or + those languages. YCM is designed to work with libclang version 3.5 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 diff --git a/third_party/ycmd b/third_party/ycmd index a98cbd3f..aa802682 160000 --- a/third_party/ycmd +++ b/third_party/ycmd @@ -1 +1 @@ -Subproject commit a98cbd3fc50ccd90646ea0abff3a1ed6ddb4682a +Subproject commit aa802682d2086728999a22391d55cbbfbd178a42