]> granicus.if.org Git - clang/commitdiff
Add missing init.
authorDaniel Dunbar <daniel@zuster.org>
Thu, 19 Nov 2009 07:37:33 +0000 (07:37 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 19 Nov 2009 07:37:33 +0000 (07:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@89331 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Frontend/HeaderSearchOptions.h

index ce4890dfe591207efe885a755a3bb809cbb0e1c8..67129775ac8d01251e4cad8b35d0b15a79d2660b 100644 (file)
@@ -73,7 +73,7 @@ public:
 
 public:
   HeaderSearchOptions(llvm::StringRef _Sysroot = "/")
-    : Sysroot(_Sysroot), UseStandardIncludes(true) {}
+    : Sysroot(_Sysroot), UseStandardIncludes(true), Verbose(false) {}
 
   /// AddPath - Add the \arg Path path to the specified \arg Group list.
   void AddPath(llvm::StringRef Path, frontend::IncludeDirGroup Group,