clang-tools 18.0.0git
|
#include "support/Path.h"
#include "clang/Basic/LLVM.h"
#include "llvm/ADT/StringMap.h"
#include "llvm/Support/VirtualFileSystem.h"
#include <optional>
Go to the source code of this file.
Classes | |
class | clang::clangd::PreambleFileStatusCache |
Records status information for files open()ed or stat()ed during preamble build (except for the main file), so we can avoid stat()s on the underlying FS when reusing the preamble. More... | |
Namespaces | |
namespace | clang |
===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
namespace | clang::clangd |
Functions | |
Path | clang::clangd::removeDots (PathRef File) |
Returns a version of File that doesn't contain dots and dot dots. | |