clang-tools 20.0.0git
|
#include "clang/Basic/SourceManager.h"
#include "clang/Driver/Options.h"
#include "clang/Frontend/CompilerInstance.h"
#include "clang/Frontend/FrontendActions.h"
#include "CoverageChecker.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/Support/FileUtilities.h"
#include "llvm/Support/MemoryBuffer.h"
#include "llvm/Support/Path.h"
#include "llvm/Support/raw_ostream.h"
#include "ModularizeUtilities.h"
Go to the source code of this file.
Functions | |
static std::string | replaceDotDot (StringRef Path) |
|
static |
Definition at line 433 of file ModularizeUtilities.cpp.
Referenced by Modularize::ModularizeUtilities::getCanonicalPath().