ccls/src
Nathan Lanza 65464cb4a4 Convert llvm::StringRef -> std::string from implicit to explicit
A change in llvm 11 changed the llvm::StringRef API to disable implicit
casts from llvm::StringRef to std::string. Convert all calls here to
the explicit API.
2020-01-29 00:31:34 -08:00
..
messages Convert llvm::StringRef -> std::string from implicit to explicit 2020-01-29 00:31:34 -08:00
clang_tu.cc Convert llvm::StringRef -> std::string from implicit to explicit 2020-01-29 00:31:34 -08:00
clang_tu.hh indexer: llvm::sys::fs::UniqueID -> clang::FileID 2019-11-09 20:09:13 -08:00
config.cc 💥 Rename FunctionName -> functionName, VarName -> var_name 2019-11-09 20:09:13 -08:00
config.hh Add initialization option completion.placeholder; change client.snippetSupport: false to drop ( and < 2019-11-09 20:09:13 -08:00
filesystem.cc Convert llvm::StringRef -> std::string from implicit to explicit 2020-01-29 00:31:34 -08:00
filesystem.hh 💥 Rename FunctionName -> functionName, VarName -> var_name 2019-11-09 20:09:13 -08:00
fuzzy_match.cc 💥 Rename FunctionName -> functionName, VarName -> var_name 2019-11-09 20:09:13 -08:00
fuzzy_match.hh 💥 Rename FunctionName -> functionName, VarName -> var_name 2019-11-09 20:09:13 -08:00
hierarchy.hh 💥 Rename FunctionName -> functionName, VarName -> var_name 2019-11-09 20:09:13 -08:00
include_complete.cc 💥 Rename FunctionName -> functionName, VarName -> var_name 2019-11-09 20:09:13 -08:00
include_complete.hh 💥 Rename FunctionName -> functionName, VarName -> var_name 2019-11-09 20:09:13 -08:00
indexer.cc Convert llvm::StringRef -> std::string from implicit to explicit 2020-01-29 00:31:34 -08:00
indexer.hh indexer: llvm::sys::fs::UniqueID -> clang::FileID 2019-11-09 20:09:13 -08:00
log.cc 💥 Rename FunctionName -> functionName, VarName -> var_name 2019-11-09 20:09:13 -08:00
log.hh 💥 Rename FunctionName -> functionName, VarName -> var_name 2019-11-09 20:09:13 -08:00
lsp.cc Fix some clang-tidy warnings 2019-11-09 20:09:13 -08:00
lsp.hh 💥 Rename FunctionName -> functionName, VarName -> var_name 2019-11-09 20:09:13 -08:00
main.cc Convert llvm::StringRef -> std::string from implicit to explicit 2020-01-29 00:31:34 -08:00
message_handler.cc textDocument/documentSymbol: support unopened files (#548) 2019-12-22 22:53:40 -08:00
message_handler.hh textDocument/documentSymbol: support unopened files (#548) 2019-12-22 22:53:40 -08:00
pipeline.cc Convert llvm::StringRef -> std::string from implicit to explicit 2020-01-29 00:31:34 -08:00
pipeline.hh Fix some clang-tidy warnings 2019-11-09 20:09:13 -08:00
platform_posix.cc 💥 Rename FunctionName -> functionName, VarName -> var_name 2019-11-09 20:09:13 -08:00
platform_win.cc 💥 Rename FunctionName -> functionName, VarName -> var_name 2019-11-09 20:09:13 -08:00
platform.hh 💥 Rename FunctionName -> functionName, VarName -> var_name 2019-11-09 20:09:13 -08:00
position.cc position: support line numbers larger than INT16_MAX (but <= UINT16_MAX) (#553) 2019-12-27 22:21:40 -08:00
position.hh 💥 Rename FunctionName -> functionName, VarName -> var_name 2019-11-09 20:09:13 -08:00
project.cc Convert llvm::StringRef -> std::string from implicit to explicit 2020-01-29 00:31:34 -08:00
project.hh Fix some clang-tidy warnings 2019-11-09 20:09:13 -08:00
query.cc 💥 Rename FunctionName -> functionName, VarName -> var_name 2019-11-09 20:09:13 -08:00
query.hh 💥 Rename FunctionName -> functionName, VarName -> var_name 2019-11-09 20:09:13 -08:00
sema_manager.cc Convert llvm::StringRef -> std::string from implicit to explicit 2020-01-29 00:31:34 -08:00
sema_manager.hh completion: don't reuse cache if the buffer line has changed 2019-11-09 20:09:13 -08:00
serializer.cc Convert llvm::StringRef -> std::string from implicit to explicit 2020-01-29 00:31:34 -08:00
serializer.hh Fix some clang-tidy warnings 2019-11-09 20:09:13 -08:00
test.cc 💥 Rename FunctionName -> functionName, VarName -> var_name 2019-11-09 20:09:13 -08:00
test.hh 💥 Rename FunctionName -> functionName, VarName -> var_name 2019-11-09 20:09:13 -08:00
threaded_queue.hh 💥 Rename FunctionName -> functionName, VarName -> var_name 2019-11-09 20:09:13 -08:00
utils.cc Convert llvm::StringRef -> std::string from implicit to explicit 2020-01-29 00:31:34 -08:00
utils.hh 💥 Rename FunctionName -> functionName, VarName -> var_name 2019-11-09 20:09:13 -08:00
working_files.cc Fix some clang-tidy warnings 2019-11-09 20:09:13 -08:00
working_files.hh 💥 Rename FunctionName -> functionName, VarName -> var_name 2019-11-09 20:09:13 -08:00