[clang][Interp] Rename a local variable to be more specific
authorTimm Bäder <tbaeder@redhat.com>
Fri, 16 Sep 2022 16:15:57 +0000 (18:15 +0200)
committerTimm Bäder <tbaeder@redhat.com>
Thu, 29 Sep 2022 10:50:56 +0000 (12:50 +0200)
commit202ff42f8990fb0bd0236a413c30dab357fd809a
tree3ec434d17b95abdc5c1adbc5f4a2a304d38961e0
parentc090295916a921e809184f589c6830475e293b8b
[clang][Interp] Rename a local variable to be more specific

It's called BaseSize in the Record class as well, so call it BaseSize
when creating the Record.
clang/lib/AST/Interp/Program.cpp