clang-tools 20.0.0git
|
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/Error.h"
#include "llvm/Support/Registry.h"
Go to the source code of this file.
Classes | |
class | clang::clangd::URI |
A URI describes the location of a source file. More... | |
class | clang::clangd::URIScheme |
URIScheme is an extension point for teaching clangd to recognize a custom URI scheme. More... | |
Namespaces | |
namespace | clang |
===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
namespace | clang::clangd |
FIXME: Skip testing on windows temporarily due to the different escaping code mode. | |
Typedefs | |
typedef llvm::Registry< URIScheme > | clang::clangd::URISchemeRegistry |
By default, a "file" scheme is supported where URI paths are always absolute in the file system. | |