forked from OSchip/llvm-project
[analyzer] Fixup for r173385 and r173386 - initialize the members.
llvm-svn: 173392
This commit is contained in:
parent
dfbd119c8b
commit
69aec48baa
|
@ -340,6 +340,8 @@ public:
|
|||
InlineMaxStackDepth(5),
|
||||
InlineMaxFunctionSize(50),
|
||||
InliningMode(NoRedundancy),
|
||||
UserMode(UMK_NotSet),
|
||||
IPAMode(IPAK_NotSet),
|
||||
CXXMemberInliningMode() {}
|
||||
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue