10 #ifndef LLVM_CLANG_FRONTEND_PREPROCESSOROUTPUTOPTIONS_H
11 #define LLVM_CLANG_FRONTEND_PREPROCESSOROUTPUTOPTIONS_H
PreprocessorOutputOptions - Options for controlling the C preprocessor output (e.g., -E).
unsigned RewriteIncludes
Preprocess include directives only.
unsigned ShowMacros
Print macro definitions.
PreprocessorOutputOptions()
unsigned UseLineDirectives
Use #line instead of GCC-style # N.
unsigned ShowComments
Show comments.
unsigned ShowMacroComments
Show comments, even in macros.
unsigned ShowLineMarkers
Show #line markers.
unsigned ShowCPP
Print normal preprocessed output.