YouCompleteMe/cpp/ycm
Strahinja Val Markovic c391bdcc62 Reducing RAM consumption by deleting unused caches
When the user deletes a buffer, we can delete the clang caches for that file.
Fixes #184.
2013-03-16 10:41:47 -07:00
..
ClangCompleter Reducing RAM consumption by deleting unused caches 2013-03-16 10:41:47 -07:00
tests Smart-case sensitive filtering 2013-03-01 22:18:43 -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 Smart-case sensitive filtering 2013-03-01 22:18:43 -08:00
Candidate.h Smart-case sensitive filtering 2013-03-01 22:18:43 -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 Smart-case sensitive filtering 2013-03-01 22:18:43 -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 Smart-case sensitive filtering 2013-03-01 22:18:43 -08:00
LetterNodeListMap.cpp Placating the compiler playing dumb about types 2013-03-01 20:34:01 -08:00
LetterNodeListMap.h boost::array instead of std::vector in nodelist 2013-03-01 20:10:12 -08:00
PythonSupport.cpp Smart-case sensitive filtering 2013-03-01 22:18:43 -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 Reducing RAM consumption by deleting unused caches 2013-03-16 10:41:47 -07:00