clang
6.0.0
|
#include "clang/Driver/Compilation.h"
#include "clang/Driver/Action.h"
#include "clang/Driver/Driver.h"
#include "clang/Driver/DriverDiagnostic.h"
#include "clang/Driver/Options.h"
#include "clang/Driver/ToolChain.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/Option/ArgList.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/raw_ostream.h"
Go to the source code of this file.
Typedefs | |
using | FailingCommandList = SmallVectorImpl< std::pair< int, const Command * > > |
Functions | |
static bool | ActionFailed (const Action *A, const FailingCommandList &FailingCommands) |
static bool | InputsOk (const Command &C, const FailingCommandList &FailingCommands) |
using FailingCommandList = SmallVectorImpl<std::pair<int, const Command *> > |
Definition at line 185 of file Compilation.cpp.
|
static |
Definition at line 187 of file Compilation.cpp.
References clang::driver::Action::inputs(), clang::driver::Action::isOffloading(), and clang::driver::Action::OFK_Cuda.
Referenced by InputsOk().
|
static |
Definition at line 210 of file Compilation.cpp.
References ActionFailed(), and clang::driver::Command::getSource().
Referenced by clang::driver::Compilation::ExecuteJobs().