aboutsummaryrefslogtreecommitdiff
path: root/lib/Driver/Tools.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Driver/Tools.h')
-rw-r--r--lib/Driver/Tools.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/Driver/Tools.h b/lib/Driver/Tools.h
index f231836ae3..7be2706c0b 100644
--- a/lib/Driver/Tools.h
+++ b/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) {}