diff options
Diffstat (limited to 'clang/lib/Driver/Tools.h')
| -rw-r--r-- | clang/lib/Driver/Tools.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/clang/lib/Driver/Tools.h b/clang/lib/Driver/Tools.h index f231836ae30..7be2706c0bb 100644 --- a/clang/lib/Driver/Tools.h +++ b/clang/lib/Driver/Tools.h @@ -25,6 +25,11 @@ namespace toolchains { namespace tools { class VISIBILITY_HIDDEN Clang : public Tool { + void AddPreprocessingOptions(const ArgList &Args, + ArgStringList &CmdArgs, + const InputInfo &Output, + const InputInfoList &Inputs) const; + public: Clang(const ToolChain &TC) : Tool("clang", TC) {} |

