]> granicus.if.org Git - clang/commitdiff
[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)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@173392 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/StaticAnalyzer/Core/AnalyzerOptions.h

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