|
nixd
|
#include "lspserver/Connection.h"#include "lspserver/Logger.h"#include "lspserver/Protocol.h"#include <llvm/ADT/SmallString.h>#include <llvm/Support/CommandLine.h>#include <poll.h>#include <sys/poll.h>#include <sys/stat.h>#include <csignal>#include <cstdint>#include <cstdio>#include <memory>#include <optional>#include <system_error>Go to the source code of this file.
Namespaces | |
| namespace | lspserver |
| Whether current platform treats paths case insensitively. | |
Functions | |
| llvm::Error | lspserver::decodeError (const llvm::json::Object &O) |
| Decode the given JSON object into an error. | |
| bool | lspserver::readLine (int fd, const std::atomic< bool > &Close, llvm::SmallString< 128 > &Line) |