YouCompleteMe/cpp/ycm/tests
Strahinja Val Markovic fd2fd60f7c Identifier collection now smarter about strings
Previously, a string like 'foo\'bar\'zoo' would make the collection process
think that "bar" is not inside a string because it wouldn't recognize that the
quotes are escaped. Now it does.

Fixes #143.
2013-02-21 22:14:31 -08:00
..
ClangCompleter Formatting more code with astyle 2013-01-19 20:17:12 -08:00
gmock Updating to latest gmock & gtest 2013-02-02 21:47:41 -08:00
testdata Refactored the clang completer; many bugs fixed 2012-08-11 19:37:08 -07:00
Candidate_test.cpp Formatting more code with astyle 2013-01-19 20:17:12 -08:00
CMakeLists.txt Making sure that clang_completer tests included 2013-02-16 12:25:29 -08:00
IdentifierCompleter_test.cpp Formatting more code with astyle 2013-01-19 20:17:12 -08:00
IdentifierUtils_test.cpp Identifier collection now smarter about strings 2013-02-21 22:14:31 -08:00
IndexForChar_test.cpp Formatting more code with astyle 2013-01-19 20:17:12 -08:00
IsUppercase_test.cpp Formatting more code with astyle 2013-01-19 20:17:12 -08:00
LetterBitsetFromString_test.cpp Formatting more code with astyle 2013-01-19 20:17:12 -08:00
TestUtils.cpp Formatting more code with astyle 2013-01-19 20:17:12 -08:00
TestUtils.h Formatting more code with astyle 2013-01-19 20:17:12 -08:00