From 39fcc9a984e2820e4ea0fa2ac4abd17d9f3a31df Mon Sep 17 00:00:00 2001 From: dim Date: Sun, 20 Feb 2011 13:06:31 +0000 Subject: Vendor import of clang trunk r126079: http://llvm.org/svn/llvm-project/cfe/trunk@126079 --- include/clang/Frontend/PreprocessorOutputOptions.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/clang/Frontend/PreprocessorOutputOptions.h') diff --git a/include/clang/Frontend/PreprocessorOutputOptions.h b/include/clang/Frontend/PreprocessorOutputOptions.h index 82517c5..1eda0d4 100644 --- a/include/clang/Frontend/PreprocessorOutputOptions.h +++ b/include/clang/Frontend/PreprocessorOutputOptions.h @@ -18,7 +18,6 @@ class PreprocessorOutputOptions { public: unsigned ShowCPP : 1; ///< Print normal preprocessed output. unsigned ShowComments : 1; ///< Show comments. - unsigned ShowHeaderIncludes : 1; ///< Show header inclusions (-H). unsigned ShowLineMarkers : 1; ///< Show #line markers. unsigned ShowMacroComments : 1; ///< Show comments, even in macros. unsigned ShowMacros : 1; ///< Print macro definitions. @@ -27,7 +26,6 @@ public: PreprocessorOutputOptions() { ShowCPP = 1; ShowComments = 0; - ShowHeaderIncludes = 0; ShowLineMarkers = 1; ShowMacroComments = 0; ShowMacros = 0; -- cgit v1.1