summaryrefslogtreecommitdiffstats
path: root/clang/Driver/clang.h
diff options
context:
space:
mode:
Diffstat (limited to 'clang/Driver/clang.h')
-rw-r--r--clang/Driver/clang.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/Driver/clang.h b/clang/Driver/clang.h
index 97a94805660..00f80d362fc 100644
--- a/clang/Driver/clang.h
+++ b/clang/Driver/clang.h
@@ -29,6 +29,9 @@ class SourceManager;
/// DoPrintPreprocessedInput - Implement -E mode.
void DoPrintPreprocessedInput(Preprocessor &PP, const std::string& OutFile);
+/// RewriteMacrosInInput - Implement -rewrite-macros mode.
+void RewriteMacrosInInput(Preprocessor &PP, const std::string& OutFile);
+
/// CreatePrintParserActionsAction - Return the actions implementation that
/// implements the -parse-print-callbacks option.
MinimalAction *CreatePrintParserActionsAction(IdentifierTable &);
OpenPOWER on IntegriCloud