summaryrefslogtreecommitdiffstats
path: root/clang/include/clang/Frontend/PreprocessorOutputOptions.h
diff options
context:
space:
mode:
Diffstat (limited to 'clang/include/clang/Frontend/PreprocessorOutputOptions.h')
-rw-r--r--clang/include/clang/Frontend/PreprocessorOutputOptions.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/include/clang/Frontend/PreprocessorOutputOptions.h b/clang/include/clang/Frontend/PreprocessorOutputOptions.h
index f86c49039ed..3261b665380 100644
--- a/clang/include/clang/Frontend/PreprocessorOutputOptions.h
+++ b/clang/include/clang/Frontend/PreprocessorOutputOptions.h
@@ -22,6 +22,7 @@ public:
unsigned UseLineDirectives : 1; ///< Use \#line instead of GCC-style \# N.
unsigned ShowMacroComments : 1; ///< Show comments, even in macros.
unsigned ShowMacros : 1; ///< Print macro definitions.
+ unsigned ShowIncludeDirectives : 1; ///< Print includes, imports etc. within preprocessed output.
unsigned RewriteIncludes : 1; ///< Preprocess include directives only.
public:
@@ -32,6 +33,7 @@ public:
UseLineDirectives = 0;
ShowMacroComments = 0;
ShowMacros = 0;
+ ShowIncludeDirectives = 0;
RewriteIncludes = 0;
}
};
OpenPOWER on IntegriCloud