[clang][Interp][NFC] InterpFrame::getLocal() can be const
authorTimm Bäder <tbaeder@redhat.com>
Sat, 10 Sep 2022 10:51:50 +0000 (12:51 +0200)
committerTimm Bäder <tbaeder@redhat.com>
Tue, 13 Sep 2022 08:41:24 +0000 (10:41 +0200)
commit5d2451468c5f105bd7837f57c5e385fbbbdb65a4
tree2f635b97832c2ded25e2a480cf82728ff978f8a9
parentf756ddba17c9f0f0ee49b45dd4b15b487aff9b67
[clang][Interp][NFC] InterpFrame::getLocal() can be const

Make localRef() const and use that.
clang/lib/AST/Interp/InterpFrame.h