[analyzer] Fixup for r173385 and r173386 - initialize the members.
authorAnna Zaks <ganna@apple.com>
Thu, 24 Jan 2013 23:40:17 +0000 (23:40 +0000)
committerAnna Zaks <ganna@apple.com>
Thu, 24 Jan 2013 23:40:17 +0000 (23:40 +0000)
llvm-svn: 173392

clang/include/clang/StaticAnalyzer/Core/AnalyzerOptions.h

index c52e39c..69b2ac4 100644 (file)
@@ -340,6 +340,8 @@ public:
     InlineMaxStackDepth(5),
     InlineMaxFunctionSize(50),
     InliningMode(NoRedundancy),
+    UserMode(UMK_NotSet),
+    IPAMode(IPAK_NotSet),
     CXXMemberInliningMode() {}
 
 };