clang
15.0.0git
|
#include "clang/Basic/LLVM.h"
#include "clang/Driver/InputInfo.h"
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/Optional.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/ADT/iterator.h"
#include "llvm/Option/Option.h"
#include "llvm/Support/Program.h"
#include <memory>
#include <string>
#include <utility>
#include <vector>
Go to the source code of this file.
Classes | |
struct | clang::driver::CrashReportInfo |
struct | clang::driver::ResponseFileSupport |
class | clang::driver::Command |
Command - An executable path/name and argument vector to execute. More... | |
class | clang::driver::CC1Command |
Use the CC1 tool callback when available, to avoid creating a new process. More... | |
class | clang::driver::ForceSuccessCommand |
Like Command, but always pretends that the wrapped command succeeded. More... | |
class | clang::driver::JobList |
JobList - A sequence of jobs to perform. More... | |
Namespaces | |
clang | |
clang::driver | |