ccls/src
Abhinav Gauniyal 27a00d7ad3 Update command_line.cc, fixes #14
- error: lambda capture 'working_files' is not used
 - error: lambda capture 'config' is not used
2017-11-17 07:35:15 -08:00
..
.vscode Move libclangmm/Cursor.* to clang_cursor.* 2017-11-11 11:31:05 -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_args Fix dependency scanning on import. 2017-09-19 22:08:17 -07:00
clang_complete.cc Move all libclangmm/* files into src/* directory 2017-11-11 11:41:09 -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 Move all libclangmm/* files into src/* directory 2017-11-11 11:41:09 -08:00
clang_translation_unit.h Move all libclangmm/* files into src/* directory 2017-11-11 11:41:09 -08:00
clang_utils.cc Move libclangmm/Utility.h into clang_utils.h 2017-11-04 16:02:39 -07:00
clang_utils.h Move libclangmm/Utility.h into clang_utils.h 2017-11-04 16:02:39 -07:00
command_line.cc Update command_line.cc, fixes #14 2017-11-17 07:35:15 -08:00
config.h Inject -resource-dir automatically. 2017-10-24 18:02:15 -07: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 Move all libclangmm/* files into src/* directory 2017-11-11 11:41:09 -08:00
indexer.h Move all libclangmm/* files into src/* directory 2017-11-11 11:41:09 -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 Update diagnostics on document change, not code completion. 2017-09-21 19:25:33 -07:00
language_server_api.h More improvements to semantic highlighting. Still not done though. 2017-11-11 11:18:55 -08:00
lex_utils.cc Reformat to Chromium style. 2017-09-21 18:14:57 -07:00
lex_utils.h Reformat to Chromium style. 2017-09-21 18:14:57 -07:00
match.cc Change whitelist behavior so it is more likely what the user wants. 2017-10-24 18:09:02 -07: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 Fix MacOS build 2017-10-31 15:43:07 -07:00
platform_win.cc Inject -resource-dir automatically. 2017-10-24 18:02:15 -07:00
platform.cc Format all code in src/ 2017-10-31 12:49:19 -07:00
platform.h Reformat to Chromium style. 2017-09-21 18:14:57 -07:00
position.cc Reformat to Chromium style. 2017-09-21 18:14:57 -07:00
position.h Reformat to Chromium style. 2017-09-21 18:14:57 -07:00
project.cc Move all libclangmm/* files into src/* directory 2017-11-11 11:41:09 -08:00
project.h Inject -resource-dir automatically. 2017-10-24 18:02:15 -07: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 Move libclangmm/Cursor.* to clang_cursor.* 2017-11-11 11:31:05 -08:00
query.h Fix build on macOS #20 2017-11-17 07:34:09 -08:00
serializer.cc Do not index is_constructor and parameter_type_descriptions. 2017-11-08 19:59:11 -08:00
serializer.h Reformat to Chromium style. 2017-09-21 18:14:57 -07: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 Move all libclangmm/* files into src/* directory 2017-11-11 11:41:09 -08:00
test.h Reformat to Chromium style. 2017-09-21 18:14:57 -07:00
third_party_impl.cc First pass at logging using loguru 2017-07-27 19:14:46 -07:00
threaded_queue.h Fix threaded_queue 2017-10-31 12:39:02 -07: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 Update comment in utils.cc 2017-10-24 18:28:23 -07:00
utils.h Fix a bunch of bugs in argument handling and address some TODOs 2017-10-18 01:24:52 -07: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 Fix two TODOs 2017-09-26 21:40:47 -07:00
working_files.h Reformat to Chromium style. 2017-09-21 18:14:57 -07:00