#include "index/Index.h"
#include "index/Relation.h"
#include "index/Serialization.h"
#include "index/remote/Client.h"
#include "llvm/ADT/ScopeExit.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/LineEditor/LineEditor.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/Signals.h"
#include <optional>
Go to the source code of this file.
|
| namespace | clang |
| | ===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===//
|
| namespace | clang::clangd |
| | FIXME: Skip testing on windows temporarily due to the different escaping code mode.
|
|
| int | main (int argc, const char *argv[]) |
◆ main()
| int main |
( |
int | argc, |
|
|
const char * | argv[] ) |