|
clang
3.8.0
|
#include "InputInfo.h"#include "clang/Driver/Driver.h"#include "clang/Driver/DriverDiagnostic.h"#include "clang/Driver/Job.h"#include "clang/Driver/Tool.h"#include "clang/Driver/ToolChain.h"#include "llvm/ADT/ArrayRef.h"#include "llvm/ADT/STLExtras.h"#include "llvm/ADT/StringRef.h"#include "llvm/ADT/StringSet.h"#include "llvm/ADT/StringSwitch.h"#include "llvm/Support/Program.h"#include "llvm/Support/raw_ostream.h"#include <cassert>Go to the source code of this file.
Functions | |
| static int | skipArgs (const char *Flag, bool HaveCrashVFS) |
| static bool | ShouldFallback (int ExitCode) |
|
static |
Definition at line 274 of file Job.cpp.
Referenced by clang::driver::FallbackCommand::Execute().
|
static |
Definition at line 39 of file Job.cpp.
Referenced by clang::driver::Command::Print().
1.8.6