clang API Documentation

Typedefs | Functions
Compilation.cpp File Reference
#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"
Include dependency graph for Compilation.cpp:

Go to the source code of this file.

Typedefs

typedef SmallVectorImpl
< std::pair< int, const
Command * > > 
FailingCommandList

Functions

static bool ActionFailed (const Action *A, const FailingCommandList &FailingCommands)
static bool InputsOk (const Command &C, const FailingCommandList &FailingCommands)

Typedef Documentation

typedef SmallVectorImpl< std::pair<int, const Command *> > FailingCommandList

Definition at line 170 of file Compilation.cpp.


Function Documentation

static bool ActionFailed ( const Action A,
const FailingCommandList FailingCommands 
) [static]

Definition at line 172 of file Compilation.cpp.

References clang::driver::Action::begin(), and clang::driver::Action::end().

Referenced by InputsOk().

static bool InputsOk ( const Command C,
const FailingCommandList FailingCommands 
) [static]