ccls/src
Riatre Foo 54c587a700 Look for .cquery in any directory above the source file in the hierarchy. (#409)
* Look for .cquery in any directory above the source file in the hierarchy.

Currently cquery only reads compiler arguments (.cquery) from project
root. Under some circumstances (e.g. remote compiling), generating a
compilation database with correct path in it is non-trivial, and
allowing per directory compile arguments usually helps.

* unused var buf
2018-02-03 13:16:38 -08:00
..
messages optional<...> GetQuery*IdFromUsr -> Maybe 2018-02-01 23:17:34 -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 Handle int8_t int16_t uint8_t uint16_t enum constants 2018-02-01 12:21:58 -08:00
clang_complete.h Fix completion order: Sort after cache. 2018-01-03 07:58:59 -08:00
clang_cursor.cc Enable "Make" hack only if config->index.make_unique is true. 2018-01-31 11:10:20 -08:00
clang_cursor.h Make optional<string> {hover,comments} non-optional 2018-01-30 23:48:34 -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_symbol_kind.h Use symbol kind 'Parameter' for template parameters 2018-02-01 20:07:11 -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 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 Indexer now has access to |config| 2018-01-31 21:48:49 -08:00
config.h Enable make* indexing by default 2018-01-31 20:21:16 -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 Fix clang 3.5 compile error 2018-01-31 21:49:56 -08:00
import_pipeline.h Indexer now has access to |config| 2018-01-31 21:48:49 -08:00
include_complete.cc Fix completion of headers. 2018-01-31 09:59:51 +08:00
include_complete.h Reformat to Chromium style. 2017-09-21 18:14:57 -07:00
indexer.cc Change symbol id from size_t to RawId (uint32_t currently) 2018-02-03 10:35:17 -08:00
indexer.h Change symbol id from size_t to RawId (uint32_t currently) 2018-02-03 10:35:17 -08:00
ipc.cc Add BaseIpcMessage::GetRequestId 2018-01-19 10:00:06 -08:00
ipc.h Simplify MAKE_REFLECT_TYPE_PROXY 2018-01-29 16:35:01 -08:00
language_server_api.cc optional<...> GetQuery*IdFromUsr -> Maybe 2018-02-01 23:17:34 -08:00
language_server_api.h Use string_view for lsSymbolInformation 2018-01-31 21:40:40 -08:00
lex_utils.cc Change some API const std::string& -> std::string_view 2018-01-31 00:35:04 -08:00
lex_utils.h Change some API const std::string& -> std::string_view 2018-01-31 00:35:04 -08:00
lru_cache.h Update formatting 2017-12-28 09:22:26 -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 optional<...> GetQuery*IdFromUsr -> Maybe 2018-02-01 23:17:34 -08:00
message_handler.cc Change symbol id from size_t to RawId (uint32_t currently) 2018-02-03 10:35:17 -08:00
message_handler.h Format 2018-01-29 16:27:43 -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 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 Remove platform specific mutex/shared memory 2018-01-02 01:37:39 -06:00
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 Use Maybe<Id<T>> for {Func,Type,Var}DefDefinitionData 2018-02-01 22:31:43 -08:00
project.cc Look for .cquery in any directory above the source file in the hierarchy. (#409) 2018-02-03 13:16:38 -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 Add Maybe<T> and change definition_{spelling,extent} from optional to Maybe 2018-02-01 21:39:23 -08:00
query_utils.h Add bool include_decl parameter to GetUsesOfSymbol 2018-01-26 17:31:50 -08:00
query.cc Change symbol id from size_t to RawId (uint32_t currently) 2018-02-03 10:35:17 -08:00
query.h Change symbol id from size_t to RawId (uint32_t currently) 2018-02-03 10:35:17 -08:00
queue_manager.cc Import pipeline improvements 2018-01-29 21:34:36 -08:00
queue_manager.h Import pipeline improvements 2018-01-29 21:34:36 -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 Reflect string_view and fix workspace/symbol 2018-02-01 13:48:41 -08:00
serializer.h Add Maybe<T> and change definition_{spelling,extent} from optional to Maybe 2018-02-01 21:39:23 -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
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 Import pipeline improvements 2018-01-29 21:34:36 -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 Some import pipeline refactors 2018-01-18 00:01:32 -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 Look for .cquery in any directory above the source file in the hierarchy. (#409) 2018-02-03 13:16:38 -08:00
utils.h Look for .cquery in any directory above the source file in the hierarchy. (#409) 2018-02-03 13:16:38 -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