ccls/src
2017-11-30 14:12:41 -08:00
..
atomic_object.h Update diagnostics on document change, not code completion. 2017-09-21 19:25:33 -07:00
cache.cc Handle error condition instead of asserting, since it is occassionaly hit. 2017-09-22 00:39:59 -07:00
cache.h Reformat to Chromium style. 2017-09-21 18:14:57 -07:00
clang_complete.cc Reformat code 2017-11-19 14:11:54 -08:00
clang_complete.h Move all libclangmm/* files into src/* directory 2017-11-11 11:41:09 -08:00
clang_cursor.cc Move libclangmm/Cursor.* to clang_cursor.* 2017-11-11 11:31:05 -08:00
clang_cursor.h Move libclangmm/Cursor.* to clang_cursor.* 2017-11-11 11:31:05 -08:00
clang_index.cc Move all libclangmm/* files into src/* directory 2017-11-11 11:41:09 -08:00
clang_index.h Move all libclangmm/* files into src/* directory 2017-11-11 11:41:09 -08:00
clang_translation_unit.cc Disable serialization of clang_parseTranslationUnit2FullArgv 2017-11-29 20:23:34 -08:00
clang_translation_unit.h Move all libclangmm/* files into src/* directory 2017-11-11 11:41:09 -08:00
clang_utils.cc Use clang_getCursorKindSpelling 2017-11-27 11:11:21 -05:00
clang_utils.h Move libclangmm/Utility.h into clang_utils.h 2017-11-04 16:02:39 -07:00
command_line.cc Index file language and send it on hover 2017-11-30 14:12:41 -08:00
config.h Add an option to disable EmitProgress methods during indexing 2017-11-26 19:50:57 -05:00
file_consumer.cc Move libclangmm/Utility.h into clang_utils.h 2017-11-04 16:02:39 -07:00
file_consumer.h Format all code in src/ 2017-10-31 12:49:19 -07:00
include_complete.cc Reformat to Chromium style. 2017-09-21 18:14:57 -07:00
include_complete.h Reformat to Chromium style. 2017-09-21 18:14:57 -07:00
indexer.cc nitpick fixing 2017-11-30 14:12:41 -08:00
indexer.h nitpick fixing 2017-11-30 14:12:41 -08:00
ipc_manager.cc Reformat to Chromium style. 2017-09-21 18:14:57 -07:00
ipc_manager.h Reformat to Chromium style. 2017-09-21 18:14:57 -07:00
ipc.cc First pass at semantic highlighting. 2017-11-08 23:06:32 -08:00
ipc.h First pass at semantic highlighting. 2017-11-08 23:06:32 -08:00
language_server_api.cc Add --log-stdin-stdout-to-stderr 2017-11-29 20:22:10 -08:00
language_server_api.h Index file language and send it on hover 2017-11-30 14:12:41 -08:00
lex_utils.cc Use indented TEST_SUITE 2017-11-19 14:13:11 -05:00
lex_utils.h Reformat to Chromium style. 2017-09-21 18:14:57 -07:00
match.cc Use indented TEST_SUITE 2017-11-19 14:13:11 -05:00
match.h Reformat to Chromium style. 2017-09-21 18:14:57 -07:00
options.cc Reformat to Chromium style. 2017-09-21 18:14:57 -07:00
options.h Reformat to Chromium style. 2017-09-21 18:14:57 -07:00
performance.h Reformat to Chromium style. 2017-09-21 18:14:57 -07:00
platform_linux.cc On *nix, use a realpath(3) variant (which does not expand symlinks) in NormalizePath 2017-11-30 11:27:26 -08:00
platform_win.cc Inject -resource-dir automatically. 2017-10-24 18:02:15 -07:00
platform.cc Reformat code 2017-11-19 14:11:54 -08:00
platform.h Reformat to Chromium style. 2017-09-21 18:14:57 -07:00
position.cc Try to avoid crashing when deserializing JSON 2017-11-18 09:27:37 -08:00
position.h Reformat to Chromium style. 2017-09-21 18:14:57 -07:00
project.cc Rename clang_args to .cquery 2017-11-27 12:31:54 -05:00
project.h Rename clang_args to .cquery 2017-11-27 12:31:54 -05:00
query_utils.cc Format all code in src/ 2017-10-31 12:49:19 -07:00
query_utils.h Move InsertSymbolIntoResult into query_utils.cc 2017-09-21 18:18:24 -07:00
query.cc Index language as enum instead of string 2017-11-30 14:12:41 -08:00
query.h Index file language and send it on hover 2017-11-30 14:12:41 -08:00
serializer.cc Index file language and send it on hover 2017-11-30 14:12:41 -08:00
serializer.h This commit fixes severak compiler errors when trying to build cquery. I gave up after a bit and didn't fix them all though, there are a ton of signed to unsigned comparisons. 2017-11-18 16:09:14 -05:00
standard_includes.cc Reformat to Chromium style. 2017-09-21 18:14:57 -07:00
standard_includes.h Add #include auto-complete. 2017-05-21 00:37:53 -07:00
task.cc Fix clang compile 2017-08-16 22:17:24 -07:00
task.h Fix clang compile 2017-08-16 22:17:24 -07:00
test.cc Additional improvements to automatic index test updates. 2017-11-29 19:09:11 -08:00
test.h Allow running unit and index tests separately 2017-11-19 14:35:16 -08:00
third_party_impl.cc First pass at logging using loguru 2017-07-27 19:14:46 -07:00
threaded_queue.h Add a virtual destructor for ThreadedQueue 2017-11-19 01:16:32 -05:00
timer.cc Format all code in src/ 2017-10-31 12:49:19 -07:00
timer.h Add start/pause to Timer 2017-10-23 08:04:43 -07:00
utils.cc Additional improvements to automatic index test updates. 2017-11-29 19:09:11 -08:00
utils.h On *nix, use a realpath(3) variant (which does not expand symlinks) in NormalizePath 2017-11-30 11:27:26 -08:00
work_thread.cc Reformat to Chromium style. 2017-09-21 18:14:57 -07:00
work_thread.h Reformat to Chromium style. 2017-09-21 18:14:57 -07:00
working_files.cc Respond to comment 2017-11-26 12:12:59 -05:00
working_files.h Reformat to Chromium style. 2017-09-21 18:14:57 -07:00