clang API Documentation

Public Member Functions
clang::driver::tools::gcc::Preprocess Class Reference

#include <Tools.h>

Inheritance diagram for clang::driver::tools::gcc::Preprocess:
Inheritance graph
[legend]
Collaboration diagram for clang::driver::tools::gcc::Preprocess:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 Preprocess (const ToolChain &TC)
bool hasGoodDiagnostics () const override
 Does this tool have "good" standardized diagnostics, or should the driver add an additional "command failed" diagnostic on failures.
bool hasIntegratedCPP () const override
void RenderExtraToolArgs (const JobAction &JA, llvm::opt::ArgStringList &CmdArgs) const override

Detailed Description

Definition at line 152 of file Tools.h.


Constructor & Destructor Documentation

Definition at line 154 of file Tools.h.


Member Function Documentation

bool clang::driver::tools::gcc::Preprocess::hasGoodDiagnostics ( ) const [inline, override, virtual]

Does this tool have "good" standardized diagnostics, or should the driver add an additional "command failed" diagnostic on failures.

Reimplemented from clang::driver::Tool.

Definition at line 157 of file Tools.h.

bool clang::driver::tools::gcc::Preprocess::hasIntegratedCPP ( ) const [inline, override, virtual]

Implements clang::driver::Tool.

Definition at line 158 of file Tools.h.

void gcc::Preprocess::RenderExtraToolArgs ( const JobAction JA,
llvm::opt::ArgStringList &  CmdArgs 
) const [override, virtual]

RenderExtraToolArgs - Render any arguments necessary to force the particular tool mode.

Implements clang::driver::tools::gcc::Common.

Definition at line 5071 of file Tools.cpp.


The documentation for this class was generated from the following files: