aboutsummaryrefslogtreecommitdiff
path: root/Driver/clang.h
diff options
context:
space:
mode:
Diffstat (limited to 'Driver/clang.h')
-rw-r--r--Driver/clang.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Driver/clang.h b/Driver/clang.h
index ddb5dcb11d..829467546d 100644
--- a/Driver/clang.h
+++ b/Driver/clang.h
@@ -32,6 +32,10 @@ void DoPrintPreprocessedInput(Preprocessor &PP, const std::string& OutFile);
/// RewriteMacrosInInput - Implement -rewrite-macros mode.
void RewriteMacrosInInput(Preprocessor &PP, const std::string &InFileName,
const std::string& OutFile);
+
+void DoRewriteTest(Preprocessor &PP, const std::string &InFileName,
+ const std::string &OutFileName);
+
/// CreatePrintParserActionsAction - Return the actions implementation that
/// implements the -parse-print-callbacks option.