llvm-project/clang-tools-extra/clangd
Benjamin Kramer 0ac6d124cf [clangd] Fix another use after free that I missed because COW strings.
llvm-svn: 295198
2017-02-15 17:04:57 +00:00
..
ASTManager.cpp [clangd] Silence GCC warning about falling off a fully covered switch. 2017-02-15 16:58:44 +00:00
ASTManager.h [clangd] Initialize the thread after the mutex. 2017-02-15 16:34:58 +00:00
CMakeLists.txt [clangd] Wire up ASTUnit and publish diagnostics with it. 2017-02-15 15:04:20 +00:00
ClangDMain.cpp [clangd] Synchronize logs access. 2017-02-15 16:44:11 +00:00
DocumentStore.h [clangd] Add missing include. 2017-02-15 15:19:13 +00:00
JSONRPCDispatcher.cpp [clangd] Synchronize logs access. 2017-02-15 16:44:11 +00:00
JSONRPCDispatcher.h [clangd] Synchronize logs access. 2017-02-15 16:44:11 +00:00
Protocol.cpp
Protocol.h
ProtocolHandlers.cpp [clangd] Fix another use after free that I missed because COW strings. 2017-02-15 17:04:57 +00:00
ProtocolHandlers.h [clangd] Move isDone from the JSONOutput to ShutdownHandler. 2017-02-10 17:25:38 +00:00