Go to the documentation of this file.
9 #ifndef LLVM_CLANG_FRONTEND_PREPROCESSOROUTPUTOPTIONS_H
10 #define LLVM_CLANG_FRONTEND_PREPROCESSOROUTPUTOPTIONS_H
unsigned ShowCPP
Print normal preprocessed output.
unsigned ShowIncludeDirectives
Print includes, imports etc. within preprocessed output.
unsigned ShowLineMarkers
Show #line markers.
PreprocessorOutputOptions - Options for controlling the C preprocessor output (e.g....
unsigned UseLineDirectives
Use #line instead of GCC-style # N.
PreprocessorOutputOptions()
unsigned DirectivesOnly
Process directives but do not expand macros.
unsigned RewriteImports
Include contents of transitively-imported modules.
unsigned ShowMacroComments
Show comments, even in macros.
unsigned RewriteIncludes
Preprocess include directives only.
unsigned MinimizeWhitespace
Ignore whitespace from input.
unsigned ShowMacros
Print macro definitions.
unsigned ShowComments
Show comments.