[cfe-commits] r173392 - /cfe/trunk/include/clang/StaticAnalyzer/Core/AnalyzerOptions.h

Anna Zaks ganna at apple.com
Thu Jan 24 15:40:17 PST 2013


Author: zaks
Date: Thu Jan 24 17:40:17 2013
New Revision: 173392

URL: http://llvm.org/viewvc/llvm-project?rev=173392&view=rev
Log:
[analyzer] Fixup for r173385 and r173386 - initialize the members.

Modified:
    cfe/trunk/include/clang/StaticAnalyzer/Core/AnalyzerOptions.h

Modified: cfe/trunk/include/clang/StaticAnalyzer/Core/AnalyzerOptions.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/StaticAnalyzer/Core/AnalyzerOptions.h?rev=173392&r1=173391&r2=173392&view=diff
==============================================================================
--- cfe/trunk/include/clang/StaticAnalyzer/Core/AnalyzerOptions.h (original)
+++ cfe/trunk/include/clang/StaticAnalyzer/Core/AnalyzerOptions.h Thu Jan 24 17:40:17 2013
@@ -340,6 +340,8 @@
     InlineMaxStackDepth(5),
     InlineMaxFunctionSize(50),
     InliningMode(NoRedundancy),
+    UserMode(UMK_NotSet),
+    IPAMode(IPAK_NotSet),
     CXXMemberInliningMode() {}
 
 };





More information about the cfe-commits mailing list