clang API Documentation
#include <Tools.h>


Public Member Functions | |
| Preprocess (const ToolChain &TC) | |
| virtual bool | hasGoodDiagnostics () const |
| Does this tool have "good" standardized diagnostics, or should the driver add an additional "command failed" diagnostic on failures. | |
| virtual bool | hasIntegratedCPP () const |
| virtual void | RenderExtraToolArgs (const JobAction &JA, ArgStringList &CmdArgs) const |
| clang::driver::tools::gcc::Preprocess::Preprocess | ( | const ToolChain & | TC | ) | [inline] |
| virtual bool clang::driver::tools::gcc::Preprocess::hasGoodDiagnostics | ( | ) | const [inline, 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.
| virtual bool clang::driver::tools::gcc::Preprocess::hasIntegratedCPP | ( | ) | const [inline, virtual] |
Implements clang::driver::Tool.
| void gcc::Preprocess::RenderExtraToolArgs | ( | const JobAction & | JA, |
| ArgStringList & | CmdArgs | ||
| ) | const [virtual] |
RenderExtraToolArgs - Render any arguments necessary to force the particular tool mode.
Implements clang::driver::tools::gcc::Common.