[clang][Interp][NFC] Zero-initialize Function::FrameSize
authorTimm Bäder <tbaeder@redhat.com>
Wed, 5 Oct 2022 04:11:57 +0000 (06:11 +0200)
committerTimm Bäder <tbaeder@redhat.com>
Fri, 14 Oct 2022 11:32:55 +0000 (13:32 +0200)
commit1b731bd8724c2f56550f87d3c4f0fa820b8b4527
treea96d0eb21983e23f8e7ace09c854c9e05cac7756
parent7fbfe5518c363da8ee7eb60352948f0e904f283b
[clang][Interp][NFC] Zero-initialize Function::FrameSize

It's never going to be used since it's only uninitialized if the
function is invalid, but let's zero it for readbility of
Function::dump().
clang/lib/AST/Interp/Function.h