clang 18.0.0git
|
#include "clang/Tooling/CompilationDatabase.h"
#include "clang/Tooling/Tooling.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/ConvertUTF.h"
#include "llvm/Support/ErrorOr.h"
#include "llvm/Support/MemoryBuffer.h"
#include "llvm/Support/Path.h"
#include "llvm/Support/StringSaver.h"
#include "llvm/TargetParser/Host.h"
#include "llvm/TargetParser/Triple.h"
Go to the source code of this file.
Namespaces | |
namespace | clang |
namespace | clang::tooling |
Functions | |
std::unique_ptr< CompilationDatabase > | clang::tooling::expandResponseFiles (std::unique_ptr< CompilationDatabase > Base, llvm::IntrusiveRefCntPtr< llvm::vfs::FileSystem > FS) |
Returns a wrapped CompilationDatabase that will expand all rsp(response) files on commandline returned by underlying database. | |