ccls/src
2018-02-11 14:08:05 -08:00
..
messages Rename Maybe::has_value to Maybe::HasValue to follow naming conventions 2018-02-11 13:56:34 -08:00
serializers Better error reporting in ResponseMessage 2018-01-19 15:33:32 -08:00
atomic_object.h
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 Disable limiting completion result. 2018-02-08 00:28:35 +08:00
clang_complete.h
clang_cursor.cc NTString -> nt_string 2018-02-11 14:08:05 -08:00
clang_cursor.h NTString -> nt_string 2018-02-11 14:08:05 -08:00
clang_format.cc Convert to snake case 2018-01-11 17:33:51 -08:00
clang_format.h
clang_index.cc
clang_index.h
clang_symbol_kind.h Add lexical parent to Type/Var and definition_spelling->spell, definition_extent->extent 2018-02-10 20:23:46 -08:00
clang_translation_unit.cc Take unsaved_files by reference 2018-01-17 21:29:40 -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
code_complete_cache.h
command_line.cc Fix build on MSVC 2018-02-11 01:17:03 -08:00
config.h Add config->extension.referenceContainer 2018-02-10 18:34:34 -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
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 Convert copy constructor to move constructors piecemeal 2018-02-06 20:54:17 -08:00
import_pipeline.h Decouple QueryDb_ImportMain 2018-02-04 21:22:21 -08:00
include_complete.cc Fix a bunch of stuffs in completion. 2018-02-09 20:51:59 +08:00
include_complete.h Fix a bunch of stuffs in completion. 2018-02-09 20:51:59 +08:00
indexer.cc variable_type -> type; remove parent_{id,kind} (they should be inferred from Def::spell; clean up SymbolIdx, Reference, SymbolRef 2018-02-11 10:28:26 -08:00
indexer.h NTString -> nt_string 2018-02-11 14:08:05 -08:00
ipc.cc Fix build on MSVC 2018-02-11 01:17:03 -08:00
ipc.h Fix build on MSVC 2018-02-11 01:17:03 -08:00
language_server_api.cc Add --record in favor of --log-stdin-stdout-to-stderr. 2018-02-06 20:27:35 -08:00
language_server_api.h std::string {hover,comments} -> NTString (null-terminated string) 2018-02-10 22:53:35 -08:00
lex_utils.cc Fix a bunch of stuffs in completion. 2018-02-09 20:51:59 +08:00
lex_utils.h Complex include completion. 2018-02-04 09:45:58 +08:00
lru_cache.h
match.cc matcher.cc: use std::regex_search instead of std::regex_match 2018-01-27 10:42:18 -08:00
match.h
maybe.h Rename Maybe::has_value to Maybe::HasValue to follow naming conventions 2018-02-11 13:56:34 -08:00
message_handler.cc variable_type -> type; remove parent_{id,kind} (they should be inferred from Def::spell; clean up SymbolIdx, Reference, SymbolRef 2018-02-11 10:28:26 -08:00
message_handler.h Format 2018-01-29 16:27:43 -08:00
nt_string.h NTString -> nt_string 2018-02-11 14:08:05 -08:00
options.cc
options.h
performance.h
platform_posix.cc Let GetExecutablePath() return real path on osx. (#325) 2018-01-20 20:37:24 -08:00
platform_win.cc Look for .cquery in any directory above the source file in the hierarchy. (#409) 2018-02-03 13:16:38 -08:00
platform.cc
platform.h Add TraceMe() to main() 2018-01-06 23:42:45 -08:00
port.h Fix clang compile error. #297 2018-01-15 09:23:59 -08:00
position.cc Use Maybe<Id<T>> for {Func,Type,Var}DefDefinitionData 2018-02-01 22:31:43 -08:00
position.h HasValue -> HasValueForMaybe_ 2018-02-11 13:49:44 -08:00
project.cc Address ODR violation spot by @Riatre and work around .o .a in compile_commands.json 2018-02-07 10:27:30 -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 Rename Maybe::has_value to Maybe::HasValue to follow naming conventions 2018-02-11 13:56:34 -08:00
query_utils.h variable_type -> type; remove parent_{id,kind} (they should be inferred from Def::spell; clean up SymbolIdx, Reference, SymbolRef 2018-02-11 10:28:26 -08:00
query.cc Rename Maybe::has_value to Maybe::HasValue to follow naming conventions 2018-02-11 13:56:34 -08:00
query.h Query GetFileId returns Maybe<QueryFileId> 2018-02-11 13:42:48 -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
semantic_highlight_symbol_cache.h
serializer.cc NTString -> nt_string 2018-02-11 14:08:05 -08:00
serializer.h NTString -> nt_string 2018-02-11 14:08:05 -08:00
standard_includes.cc
standard_includes.h
task.cc
task.h
test.cc {Index,Query}Type::uses: Range/QueryLocation -> Reference 2018-02-08 18:26:09 -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
timestamp_manager.h
type_printer.cc Format 2018-01-10 18:43:01 -08:00
type_printer.h
utils.cc Move ImportOrUpdate and header cleanup 2018-02-06 21:27:07 -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
work_thread.h
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