forked from OSchip/llvm-project
Make sure to initialize field. Hopefully this will fix some test failures on Windows.
llvm-svn: 138880
This commit is contained in:
parent
cfa9421e16
commit
874844123f
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue