clang  3.9.0
Functions
Job.cpp File Reference
#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/FileSystem.h"
#include "llvm/Support/Program.h"
#include "llvm/Support/raw_ostream.h"
#include <cassert>
Include dependency graph for Job.cpp:

Go to the source code of this file.

Functions

static int skipArgs (const char *Flag, bool HaveCrashVFS)
 
static bool ShouldFallback (int ExitCode)
 

Function Documentation

static bool ShouldFallback ( int  ExitCode)
static

Definition at line 287 of file Job.cpp.

Referenced by clang::driver::FallbackCommand::Execute().

static int skipArgs ( const char *  Flag,
bool  HaveCrashVFS 
)
static

Definition at line 40 of file Job.cpp.

Referenced by clang::driver::Command::Print().