Make sure to initialize field. Hopefully this will fix some test failures on Windows.

llvm-svn: 138880
This commit is contained in:
Eli Friedman 2011-08-31 18:45:31 +00:00
parent cfa9421e16
commit 874844123f
1 changed files with 1 additions and 0 deletions

View File

@ -77,6 +77,7 @@ Preprocessor::Preprocessor(Diagnostic &diags, const LangOptions &opts,
// Default to discarding comments.
KeepComments = false;
KeepMacroComments = false;
SuppressIncludeNotFoundError = false;
// Macro expansion is enabled.
DisableMacroExpansion = false;