clang 19.0.0git
Typedefs | Functions
Compilation.cpp File Reference
#include "clang/Driver/Compilation.h"
#include "clang/Basic/LLVM.h"
#include "clang/Driver/Action.h"
#include "clang/Driver/Driver.h"
#include "clang/Driver/DriverDiagnostic.h"
#include "clang/Driver/Job.h"
#include "clang/Driver/Options.h"
#include "clang/Driver/ToolChain.h"
#include "clang/Driver/Util.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/Option/ArgList.h"
#include "llvm/Option/OptSpecifier.h"
#include "llvm/Option/Option.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/TargetParser/Triple.h"
#include <cassert>
#include <string>
#include <system_error>
#include <utility>

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)
 

Typedef Documentation

◆ FailingCommandList

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

Definition at line 213 of file Compilation.cpp.

Function Documentation

◆ ActionFailed()

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

◆ InputsOk()

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

Definition at line 237 of file Compilation.cpp.

References ActionFailed(), and clang::C.

Referenced by clang::driver::Compilation::ExecuteJobs().