Explorar el Código

Removing path to system clang builtin headers

YCM ships clang builtin headers for libclang.
Strahinja Val Markovic hace 11 años
padre
commit
2c92e80969
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      cpp/ycm/.ycm_extra_conf.py

+ 0 - 2
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',
 ]