From 874844123fd5b773a525b59329f11d75c92f805b Mon Sep 17 00:00:00 2001 From: Eli Friedman Date: Wed, 31 Aug 2011 18:45:31 +0000 Subject: Make sure to initialize field. Hopefully this will fix some test failures on Windows. llvm-svn: 138880 --- clang/lib/Lex/Preprocessor.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'clang/lib/Lex') diff --git a/clang/lib/Lex/Preprocessor.cpp b/clang/lib/Lex/Preprocessor.cpp index 65a5b99ca12..b285660c085 100644 --- a/clang/lib/Lex/Preprocessor.cpp +++ b/clang/lib/Lex/Preprocessor.cpp @@ -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; -- cgit v1.2.3