From 2c92e80969922acc5e2baedd93ea20079384e009 Mon Sep 17 00:00:00 2001 From: Strahinja Val Markovic Date: Sun, 12 Jan 2014 12:48:56 -0800 Subject: [PATCH] Removing path to system clang builtin headers YCM ships clang builtin headers for libclang. --- cpp/ycm/.ycm_extra_conf.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/cpp/ycm/.ycm_extra_conf.py b/cpp/ycm/.ycm_extra_conf.py index b3e2c575..1b02b95e 100644 --- a/cpp/ycm/.ycm_extra_conf.py +++ b/cpp/ycm/.ycm_extra_conf.py @@ -88,8 +88,6 @@ flags = [ '-isystem', '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1', '-isystem', -'/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.0/include', -'-isystem', '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include', ]