YouCompleteMe/cpp/ycm
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
..
ClangCompleter Refactoring ClangCompleter to use ResultAnd<> 2013-02-23 17:54:04 -08:00
tests Identifier collection now smarter about strings 2013-02-21 22:14:31 -08:00
.ycm_extra_conf.py Adding a missing include path to YCM's extra conf 2013-02-10 20:03:56 -08:00
Candidate.cpp Formatting more code with astyle 2013-01-19 20:10:52 -08:00
Candidate.h Formatting more code with astyle 2013-01-19 20:10:52 -08:00
CandidateRepository.cpp Changing an include path for readability 2013-02-05 18:31:33 -08:00
CandidateRepository.h Formatting more code with astyle 2013-01-19 20:10:52 -08:00
CMakeLists.txt Not using the system libclang by default 2013-03-01 18:03:28 -08:00
ConcurrentLatestValue.h Formatting more code with astyle 2013-01-19 20:10:52 -08:00
ConcurrentStack.h Formatting more code with astyle 2013-01-19 20:10:52 -08:00
CustomAssert.cpp Adding our custom X_ASSERT macro 2012-08-11 19:01:40 -07:00
CustomAssert.h Adding our custom X_ASSERT macro 2012-08-11 19:01:40 -07:00
exceptions.h Formatting more code with astyle 2013-01-19 20:10:52 -08:00
Future.h More stlye formatting fixes 2013-01-23 17:23:38 -08:00
IdentifierCompleter.cpp More style fixes 2013-02-23 15:57:55 -08:00
IdentifierCompleter.h Code style fixes 2013-02-23 15:54:44 -08:00
IdentifierUtils.cpp Code style fixes 2013-02-23 15:54:44 -08:00
IdentifierUtils.h Formatting more code with astyle 2013-01-19 20:10:52 -08:00
LetterNode.cpp Removed unused member var from LetterNode; fix #7 2013-02-02 21:24:46 -08:00
LetterNode.h Removed unused member var from LetterNode; fix #7 2013-02-02 21:24:46 -08:00
LetterNodeListMap.cpp Formatting more code with astyle 2013-01-19 20:10:52 -08:00
LetterNodeListMap.h Formatting more code with astyle 2013-01-19 20:10:52 -08:00
PythonSupport.cpp Code style fixes 2013-02-23 15:54:44 -08:00
PythonSupport.h Code style fixes 2013-02-23 15:54:44 -08:00
Result.cpp Formatting more code with astyle 2013-01-19 20:10:52 -08:00
Result.h Refactoring ClangCompleter to use ResultAnd<> 2013-02-23 17:54:04 -08:00
standard.h Adding our custom X_ASSERT macro 2012-08-11 19:01:40 -07:00
Utils.cpp Formatting more code with astyle 2013-01-19 20:10:52 -08:00
Utils.h Formatting more code with astyle 2013-01-19 20:10:52 -08:00
ycm_core.cpp Option to collect identifiers n comments/strings 2013-02-16 14:00:46 -08:00