hanchenye-llvm-project/clang-tools-extra/clangd
Ilya Biryukov a2e7ca99e0 [clangd] Add ':' to completion trigger characters.
Summary:
Without it we don't get completion requests from VSCode after
nested name qualifiers (e.g. after 'std::').

Reviewers: krasimir, bkramer

Reviewed By: krasimir

Subscribers: klimek, cfe-commits

Differential Revision: https://reviews.llvm.org/D35986

llvm-svn: 309550
2017-07-31 09:27:52 +00:00
..
clients/clangd-vscode [clangd] Fix Go to Definition not working in VSCode extension 2017-07-11 21:26:18 +00:00
tool [clangd] Allow specifying -resource-dir 2017-07-19 15:43:35 +00:00
CMakeLists.txt clangDaemon: Update libdeps in r308738. 2017-07-21 23:48:26 +00:00
ClangdLSPServer.cpp [clangd] Add ':' to completion trigger characters. 2017-07-31 09:27:52 +00:00
ClangdLSPServer.h [clangd] Allow specifying -resource-dir 2017-07-19 15:43:35 +00:00
ClangdServer.cpp [clangd] Replace ASTUnit with manual AST management. 2017-07-21 13:29:29 +00:00
ClangdServer.h [clangd] Add "Go to Declaration" functionality 2017-06-28 16:12:10 +00:00
ClangdUnit.cpp [clangd] Don't reverse priorities of completion items. 2017-07-27 17:43:07 +00:00
ClangdUnit.h [clangd] Replace ASTUnit with manual AST management. 2017-07-21 13:29:29 +00:00
ClangdUnitStore.cpp [clangd] Add support for per-file extra flags 2017-07-06 08:44:54 +00:00
ClangdUnitStore.h [clangd] Reuse compile commands during reparse 2017-07-25 11:37:43 +00:00
DraftStore.cpp Fixing compilation failures on buildbots. 2017-05-16 10:06:20 +00:00
DraftStore.h Restored r303067 and fixed failing test. 2017-05-16 09:38:59 +00:00
GlobalCompilationDatabase.cpp [clangd] Add support for per-file extra flags 2017-07-06 08:44:54 +00:00
GlobalCompilationDatabase.h [clangd] Add support for per-file extra flags 2017-07-06 08:44:54 +00:00
JSONRPCDispatcher.cpp Added missing includes in clangd to fix the build. 2017-05-16 15:23:55 +00:00
JSONRPCDispatcher.h Added missing includes in clangd to fix the build. 2017-05-16 15:23:55 +00:00
Path.h Restored r303067 and fixed failing test. 2017-05-16 09:38:59 +00:00
Protocol.cpp [clangd] Add support for per-file extra flags 2017-07-06 08:44:54 +00:00
Protocol.h [clangd] Add support for per-file extra flags 2017-07-06 08:44:54 +00:00
ProtocolHandlers.cpp [clangd] Add "Go to Declaration" functionality 2017-06-28 16:12:10 +00:00
ProtocolHandlers.h [clangd] Add "Go to Declaration" functionality 2017-06-28 16:12:10 +00:00