]> granicus.if.org Git - clang/commitdiff
Make sure to initialize field. Hopefully this will fix some test failures on Windows.
authorEli Friedman <eli.friedman@gmail.com>
Wed, 31 Aug 2011 18:45:31 +0000 (18:45 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Wed, 31 Aug 2011 18:45:31 +0000 (18:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@138880 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Lex/Preprocessor.cpp

index 65a5b99ca12100d314034d19ca92b9e176409d40..b285660c0853c014b6983c4f8202a482823ee8b4 100644 (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;