Author: ddunbar
Date: Thu Nov 19 01:37:33 2009
New Revision: 89331

URL: http://llvm.org/viewvc/llvm-project?rev=89331&view=rev
Log:
Add missing init.

Modified:
    cfe/trunk/include/clang/Frontend/HeaderSearchOptions.h

Modified: cfe/trunk/include/clang/Frontend/HeaderSearchOptions.h
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Frontend/HeaderSearchOptions.h?rev=89331&r1=89330&r2=89331&view=diff

==============================================================================
--- cfe/trunk/include/clang/Frontend/HeaderSearchOptions.h (original)
+++ cfe/trunk/include/clang/Frontend/HeaderSearchOptions.h Thu Nov 19 01:37:33 
2009
@@ -73,7 +73,7 @@
 
 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,


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to