clang
6.0.0
|
#include "clang/Basic/LLVM.h"
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/iterator.h"
#include "llvm/Option/Option.h"
#include <memory>
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 | |
llvm | |
DominatorTree GraphTraits specialization so the DominatorTree can be iterable by generic graph iterators. | |
clang | |
Dataflow Directional Tag Classes. | |
clang::driver | |