ccls/src
Fangrui Song f9d7361953 Add Config::compilationDatabaseCommand
If specified, this is an external command that provides the JSON compilation database, instead of compile_commands.json
2018-02-19 16:20:02 -08:00
..
messages Order SymbolRef by size first, Role::Definition second 2018-02-18 19:46:22 -08:00
serializers Better error reporting in ResponseMessage 2018-01-19 15:33:32 -08:00
atomic_object.h Update diagnostics on document change, not code completion. 2017-09-21 19:25:33 -07:00
cache_manager.cc Group source files outside of the project by a cache sub-directory 2018-01-29 23:53:32 -08:00
cache_manager.h Import pipeline improvements 2018-01-29 21:34:36 -08:00
clang_complete.cc Simplify Index* Query* 2018-02-18 10:43:27 -08:00
clang_complete.h Making completion_request_ ThreadedQueue from AtomicObject (#459) 2018-02-18 09:15:39 -08:00
clang_cursor.cc Simplify Index* Query* 2018-02-18 10:43:27 -08:00
clang_cursor.h Simplify Index* Query* 2018-02-18 10:43:27 -08:00
clang_format.cc Convert to snake case 2018-01-11 17:33:51 -08:00
clang_format.h [formatting] Add textDocument/rangeFormatting 2017-12-31 19:41:47 -08:00
clang_index.cc Reformat 2017-12-07 11:54:51 -08:00
clang_index.h Small doc updates 2017-12-23 15:42:54 -08:00
clang_translation_unit.cc Don't store -fsyntax-only in compilation entries 2018-02-14 23:02:37 -08:00
clang_translation_unit.h Take unsaved_files by reference 2018-01-17 21:29:40 -08:00
clang_utils.cc Add unit test for conversion from clang-format edits to LSP ranges 2018-01-11 17:33:51 -08:00
clang_utils.h Remove std::experimental uses 2018-01-31 21:18:32 -08:00
code_complete_cache.cc Introduce MessageHandler abstraction. Mainly just code reorg. 2017-12-04 23:57:41 -08:00
code_complete_cache.h Add using declaration to optional.h, include STL optional if available or fallback to third-party one. 2017-12-29 12:00:52 -06:00
command_line.cc Add $cquery/fileInfo 2018-02-14 22:47:55 -08:00
config.h Add Config::compilationDatabaseCommand 2018-02-19 16:20:02 -08:00
file_consumer.cc Import pipeline improvements 2018-01-29 21:34:36 -08:00
file_consumer.h Import pipeline improvements 2018-01-29 21:34:36 -08:00
file_contents.cc Change line/column to 0-based and only use 1-based when (de,)serialized to JSON 2018-01-14 11:54:23 -08:00
file_contents.h Merge FileContents and FileContentsWithOffsets. 2018-01-10 21:16:46 -08:00
fuzzy_match.cc Add fuzzy_match.h and let textDocument/definition search for the identifier at point (e.g. in comments) 2018-02-12 08:09:18 -08:00
fuzzy_match.h Add fuzzy_match.h and let textDocument/definition search for the identifier at point (e.g. in comments) 2018-02-12 08:09:18 -08:00
iindexer.cc Import pipeline improvements 2018-01-29 21:34:36 -08:00
iindexer.h Response on index error. (#319) 2018-01-19 23:56:49 -08:00
import_manager.cc Fix spelling mistake 2018-01-17 22:13:44 -08:00
import_manager.h Fix spelling mistake 2018-01-17 22:13:44 -08:00
import_pipeline.cc Remove QueryDb_Handle 2018-02-11 14:31:24 -08:00
import_pipeline.h Remove QueryDb_Handle 2018-02-11 14:31:24 -08:00
include_complete.cc Fix integer sign comparison 2018-02-18 09:10:27 -08:00
include_complete.h Fix a bunch of stuffs in completion. 2018-02-09 20:51:59 +08:00
indexer.cc Add Config::compilationDatabaseCommand 2018-02-19 16:20:02 -08:00
indexer.h Remove ClangSymbolKind in favor of lsSymbolKind 2018-02-18 11:43:28 -08:00
ipc.cc Add $cquery/fileInfo 2018-02-14 22:47:55 -08:00
ipc.h Add $cquery/fileInfo 2018-02-14 22:47:55 -08:00
language_server_api.cc Fix integer sign comparison 2018-02-18 09:10:27 -08:00
language_server_api.h Move symbol related structs to symbol.h and add kind/role to textDocument/documentHighlight 2018-02-12 17:15:19 -08:00
lex_utils.cc Fix integer sign comparison 2018-02-18 09:10:27 -08:00
lex_utils.h Complex include completion. 2018-02-04 09:45:58 +08:00
lru_cache.h Fix integer sign comparison 2018-02-18 09:10:27 -08:00
match.cc matcher.cc: use std::regex_search instead of std::regex_match 2018-01-27 10:42:18 -08:00
match.h Add using declaration to optional.h, include STL optional if available or fallback to third-party one. 2017-12-29 12:00:52 -06:00
maybe.h Rename Maybe::has_value to Maybe::HasValue to follow naming conventions 2018-02-11 13:56:34 -08:00
message_handler.cc Add lsSymbolKind::StaticMethod (extension) and set parentKind 2018-02-18 19:01:22 -08:00
message_handler.h Remove ClangSymbolKind in favor of lsSymbolKind 2018-02-18 11:43:28 -08:00
nt_string.h Remove some unused declarations 2018-02-11 14:17:03 -08:00
options.cc Support equal signs in options, e.g. --log-file=a.log 2017-12-29 14:00:02 -08: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_posix.cc Add Config::compilationDatabaseCommand 2018-02-19 16:20:02 -08:00
platform_win.cc Add Config::compilationDatabaseCommand 2018-02-19 16:20:02 -08:00
platform.cc Remove platform specific mutex/shared memory 2018-01-02 01:37:39 -06:00
platform.h Add Config::compilationDatabaseCommand 2018-02-19 16:20:02 -08:00
port.cc Clean up some -Wcovered-switch-default default labels 2018-02-13 13:03:31 -08:00
port.h Clean up some -Wcovered-switch-default default labels 2018-02-13 13:03:31 -08:00
position.cc Simplify Index* Query* 2018-02-18 10:43:27 -08:00
position.h HasValue -> HasValueForMaybe_ 2018-02-11 13:49:44 -08:00
project.cc Add Config::compilationDatabaseCommand 2018-02-19 16:20:02 -08:00
project.h Always normalize project file entry when passing it to clang. 2018-01-10 18:33:36 -08:00
query_utils.cc Order SymbolRef by size first, Role::Definition second 2018-02-18 19:46:22 -08:00
query_utils.h Simplify Index* Query* 2018-02-18 10:43:27 -08:00
query.cc Remove local variables from documentSymbol 2018-02-18 12:07:40 -08:00
query.h Simplify Index* Query* 2018-02-18 10:43:27 -08:00
queue_manager.cc Convert copy constructor to move constructors piecemeal 2018-02-06 20:54:17 -08:00
queue_manager.h Convert copy constructor to move constructors piecemeal 2018-02-06 20:54:17 -08:00
recorder.cc Add --record in favor of --log-stdin-stdout-to-stderr. 2018-02-06 20:27:35 -08:00
recorder.h Add --record in favor of --log-stdin-stdout-to-stderr. 2018-02-06 20:27:35 -08:00
semantic_highlight_symbol_cache.cc Try to keep semantic highlighting colors stable across open files. 2017-12-22 07:29:13 -08:00
semantic_highlight_symbol_cache.h Add using declaration to optional.h, include STL optional if available or fallback to third-party one. 2017-12-29 12:00:52 -06:00
serializer.cc Role : uint8_t -> uint16_t; Add Read,Write to Role (#if CINDEX_VERSION >= 48) 2018-02-12 10:15:43 -08:00
serializer.h Role : uint8_t -> uint16_t; Add Read,Write to Role (#if CINDEX_VERSION >= 48) 2018-02-12 10:15:43 -08: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
symbol.h Add lsSymbolKind::StaticMethod (extension) and set parentKind 2018-02-18 19:01:22 -08:00
task.cc Fix clang compile 2017-08-16 22:17:24 -07:00
task.h Add using declaration to optional.h, include STL optional if available or fallback to third-party one. 2017-12-29 12:00:52 -06:00
test.cc Fix integer sign comparison 2018-02-18 09:10:27 -08:00
test.h [ci]: Do not wait for input after failing a test. 2018-01-03 18:43:58 -08:00
third_party_impl.cc Fix waf configure --variant=debug on Linux 2018-01-07 15:18:01 -08:00
threaded_queue.h threaded_queue: queue -> deque 2018-02-04 22:15:48 -08:00
timer.cc Format 2018-01-29 16:27:43 -08:00
timer.h Add ScopedPerfTimer 2018-01-18 08:25:47 -08:00
timestamp_manager.cc Begin cache restructure so it can be tested 2017-12-29 12:00:52 -06:00
timestamp_manager.h Begin cache restructure so it can be tested 2017-12-29 12:00:52 -06:00
type_printer.cc Format 2018-01-10 18:43:01 -08:00
type_printer.h Add --use-clang-cxx to waf and move type printer to src/type_printer.cc 2017-12-29 09:51:26 -08:00
utils.cc Fix default -resource-dir when clang -print-resource-dir contains .. 2018-02-12 23:54:50 -08:00
utils.h Convert some copy constructors to move constructors in query.cc 2018-02-06 21:45:58 -08:00
work_thread.cc Remove WorkThread::Result. 2017-12-28 09:20:21 -08:00
work_thread.h Remove WorkThread::Result. 2017-12-28 09:20:21 -08:00
working_files.cc Fix #385 2018-01-31 16:48:26 -08:00
working_files.h Format 2018-01-29 16:27:43 -08:00