ccls/src
2017-05-27 12:33:18 -07:00
..
.vscode Simplify cquery building, prepackage extension. 2017-05-12 00:15:17 -07:00
libclangmm Preload code completion, maintain LRU cache for multiple completion files. 2017-05-25 23:40:38 -07:00
atomic_object.h Some formatting changes 2017-04-22 00:43:48 -07:00
buffer.cc misc header cleanup 2017-03-25 13:24:42 -07:00
buffer.h Implement textDocument/references 2017-04-09 22:34:06 -07:00
cache.cc Scan include directories for include completion candidates. 2017-05-21 12:51:15 -07:00
cache.h Scan include directories for include completion candidates. 2017-05-21 12:51:15 -07:00
clang_args Scan include directories for include completion candidates. 2017-05-21 12:51:15 -07:00
clang_complete.h Some renames, promote view completion sessions to edit sessions 2017-05-26 21:21:00 -07:00
clang_utils.cc Goto definition for includes 2017-05-20 20:47:20 -07:00
clang_utils.h Goto definition for includes 2017-05-20 20:47:20 -07:00
clange_complete.cc Some renames, promote view completion sessions to edit sessions 2017-05-26 21:21:00 -07:00
command_line.cc Remove HasInterestingState(). 2017-05-27 00:47:03 -07:00
config.h Disable logging of filtered project paths, but let user enable it in config. 2017-05-21 23:45:47 -07:00
doctest_impl.cc misc header cleanup 2017-03-25 13:24:42 -07:00
file_consumer.cc Goto definition for includes 2017-05-20 20:47:20 -07:00
file_consumer.h Renames and fix some operator < implementations 2017-05-11 23:08:15 -07:00
include_complete.cc Some renames, promote view completion sessions to edit sessions 2017-05-26 21:21:00 -07:00
include_complete.h Some renames, promote view completion sessions to edit sessions 2017-05-26 21:21:00 -07:00
indexer.cc Some renames in indexer. Fix warning for namespace alias. 2017-05-27 12:33:18 -07:00
indexer.h Remove HasInterestingState(). 2017-05-27 00:47:03 -07:00
ipc_manager.cc Show error message when regex parsing fails. 2017-05-21 22:54:27 -07:00
ipc_manager.h Show error message when regex parsing fails. 2017-05-21 22:54:27 -07:00
ipc.cc Add call tree and full type hierarchy using upcoming vscode tree API 2017-05-24 00:17:29 -07:00
ipc.h Add call tree and full type hierarchy using upcoming vscode tree API 2017-05-24 00:17:29 -07:00
language_server_api.cc Fix warnings (almost all numeric cast-related) 2017-05-21 16:22:00 -07:00
language_server_api.h Proper error reporting when request fails due to missing file. 2017-05-27 00:10:21 -07:00
match.cc Show error message when regex parsing fails. 2017-05-21 22:54:27 -07:00
match.h Log message if creating regex fails 2017-05-21 14:00:48 -07:00
message_queue.cc Support textDocument/hover (ie, hover over symbol to see type) 2017-04-13 22:18:02 -07:00
message_queue.h fix some warnings 2017-03-24 17:40:01 -07:00
options.cc move some code out of command_line.cc 2017-04-08 19:24:32 -07:00
options.h move some code out of command_line.cc 2017-04-08 19:24:32 -07:00
performance.h Basic performance data tracking during indexing 2017-05-17 00:08:45 -07:00
platform_linux.cc Make sure every include candidate is unique w.r.t. absolute path. 2017-05-23 00:24:14 -07:00
platform_win.cc Make sure every include candidate is unique w.r.t. absolute path. 2017-05-23 00:24:14 -07:00
platform.cc Fix warnings (almost all numeric cast-related) 2017-05-21 16:22:00 -07:00
platform.h Make sure every include candidate is unique w.r.t. absolute path. 2017-05-23 00:24:14 -07:00
position.cc Fix warnings (almost all numeric cast-related) 2017-05-21 16:22:00 -07:00
position.h Fix warnings (almost all numeric cast-related) 2017-05-21 16:22:00 -07:00
project.cc Disable logging of filtered project paths, but let user enable it in config. 2017-05-21 23:45:47 -07:00
project.h Scan include directories for include completion candidates. 2017-05-21 12:51:15 -07:00
query.cc Do not remove querydb defined type/func/var if the final reference is removed from a file. 2017-05-24 17:45:33 -07:00
query.h Fix goto def when implicit functions are called. 2017-05-22 23:57:46 -07:00
resizable_buffer.cc misc header cleanup 2017-03-25 13:24:42 -07:00
resizable_buffer.h osx compile files 2017-03-21 10:06:22 -07:00
serializer.cc Remove HasInterestingState(). 2017-05-27 00:47:03 -07:00
serializer.h Implement code actions using clang FixIts 2017-05-20 12:31:07 -07:00
standard_includes.cc Add #include auto-complete. 2017-05-21 00:37:53 -07:00
standard_includes.h Add #include auto-complete. 2017-05-21 00:37:53 -07:00
test.cc Revert change to use CXTranslationUnit_Incomplete when indexing. It broke tests. 2017-05-24 20:06:05 -07:00
test.h move code into src 2017-03-25 13:15:00 -07:00
threaded_queue.h Preload code completion, maintain LRU cache for multiple completion files. 2017-05-25 23:40:38 -07:00
timer.cc Basic performance data tracking during indexing 2017-05-17 00:08:45 -07:00
timer.h Basic performance data tracking during indexing 2017-05-17 00:08:45 -07:00
typed_bidi_message_queue.h compile-fixes 2017-04-07 17:34:13 -07:00
utils.cc Experiment with caching CXIndex across multiple sessions 2017-05-24 19:04:19 -07:00
utils.h Experiment with caching CXIndex across multiple sessions 2017-05-24 19:04:19 -07:00
working_files.cc Cache global completion results. 2017-05-26 00:10:55 -07:00
working_files.h Cache global completion results. 2017-05-26 00:10:55 -07:00