clang
9.0.0
|
#include "clang/Basic/LLVM.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 <memory>
#include <string>
#include <utility>
#include <vector>
Go to the source code of this file.
Classes | |
struct | clang::driver::CrashReportInfo |
class | clang::driver::Command |
Command - An executable path/name and argument vector to execute. More... | |
class | clang::driver::FallbackCommand |
Like Command, but with a fallback which is executed in case the primary command crashes. 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 | |
Dataflow Directional Tag Classes. | |
clang::driver | |