llvm-project/clang-tools-extra/clangd
Benjamin Kramer e15fe37506 [clangd] Move isDone from the JSONOutput to ShutdownHandler.
This is just as easy to check from main but prevents random code from
shutting down the server.

llvm-svn: 294760
2017-02-10 17:25:38 +00:00
..
CMakeLists.txt
ClangDMain.cpp [clangd] Move isDone from the JSONOutput to ShutdownHandler. 2017-02-10 17:25:38 +00:00
DocumentStore.h [clangd] Fix subtle use after return. 2017-02-07 14:35:09 +00:00
JSONRPCDispatcher.cpp [clangd] Refactor stream output into a single thread-safe output object. 2017-02-10 14:08:40 +00:00
JSONRPCDispatcher.h [clangd] Move isDone from the JSONOutput to ShutdownHandler. 2017-02-10 17:25:38 +00:00
Protocol.cpp
Protocol.h
ProtocolHandlers.cpp [clangd] Refactor stream output into a single thread-safe output object. 2017-02-10 14:08:40 +00:00
ProtocolHandlers.h [clangd] Move isDone from the JSONOutput to ShutdownHandler. 2017-02-10 17:25:38 +00:00