diff options
| -rw-r--r-- | clang/include/clang/Frontend/HeaderSearchOptions.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang/Frontend/HeaderSearchOptions.h b/clang/include/clang/Frontend/HeaderSearchOptions.h index ce4890dfe59..67129775ac8 100644 --- a/clang/include/clang/Frontend/HeaderSearchOptions.h +++ b/clang/include/clang/Frontend/HeaderSearchOptions.h @@ -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,  | 

