summaryrefslogtreecommitdiffstats
path: root/include/clang/Frontend/InitPreprocessor.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/clang/Frontend/InitPreprocessor.h')
-rw-r--r--include/clang/Frontend/InitPreprocessor.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/clang/Frontend/InitPreprocessor.h b/include/clang/Frontend/InitPreprocessor.h
index eb03602..b29ee27 100644
--- a/include/clang/Frontend/InitPreprocessor.h
+++ b/include/clang/Frontend/InitPreprocessor.h
@@ -63,7 +63,8 @@ public:
/// environment ready to process a single file. This returns true on error.
///
bool InitializePreprocessor(Preprocessor &PP,
- const PreprocessorInitOptions& InitOptions);
+ const PreprocessorInitOptions& InitOptions,
+ bool undef_macros);
} // end namespace clang
OpenPOWER on IntegriCloud