YouCompleteMe/cpp
Strahinja Val Markovic 9e0318d229 Not using the system libclang by default
We used to do this but it was unsafe, as issue #167 proves. YCM has to give
libclang an include to YCM's copy of clang system headers (again, see issue #167
for details) and those headers may not be valid for a newer libclang.

If the user really wants to user the system libclang, then he can just always
call cmake himself. The installation guide in the README goes to great lengths
to explain the simple process of building YCM "by hand".

Fixes #167.
2013-03-01 18:03:28 -08:00
..
BoostParts More reliable way of adding -fPIC. 2013-02-27 19:43:41 -08:00
llvm/include/clang-c Removing the in-tree copy of llvm+clang 2013-01-13 16:43:06 -08:00
ycm Not using the system libclang by default 2013-03-01 18:03:28 -08:00
CMakeLists.txt More reliable way of adding -fPIC. 2013-02-27 19:43:41 -08:00