diff options
Diffstat (limited to 'clang/tools/clang-cc/clang-cc.h')
| -rw-r--r-- | clang/tools/clang-cc/clang-cc.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/clang/tools/clang-cc/clang-cc.h b/clang/tools/clang-cc/clang-cc.h index b9c0f11811b..0322d2e905a 100644 --- a/clang/tools/clang-cc/clang-cc.h +++ b/clang/tools/clang-cc/clang-cc.h @@ -44,7 +44,11 @@ bool ProcessWarningOptions(Diagnostic &Diags, void DoPrintMacros(Preprocessor &PP, llvm::raw_ostream* OS); /// DoPrintPreprocessedInput - Implement -E mode. -void DoPrintPreprocessedInput(Preprocessor &PP, llvm::raw_ostream* OS); +void DoPrintPreprocessedInput(Preprocessor &PP, llvm::raw_ostream* OS, + bool EnableCommentOutput, + bool EnableMacroCommentOutput, + bool DisableLineMarkers, + bool DumpDefines); /// RewriteMacrosInInput - Implement -rewrite-macros mode. void RewriteMacrosInInput(Preprocessor &PP, llvm::raw_ostream* OS); |

