[clang][Interp][NFC] Add assertions to VM entry points
authorTimm Bäder <tbaeder@redhat.com>
Mon, 10 Oct 2022 11:18:12 +0000 (13:18 +0200)
committerTimm Bäder <tbaeder@redhat.com>
Sat, 22 Oct 2022 08:19:42 +0000 (10:19 +0200)
commitc01ac372fc3308e4c6c31361e44e604410cd1573
tree2f18ff93d9ee2bb8c0e97298c25260c07921e548
parentd78a3957ea35eda2a50530d7afed9c7cc30a0d18
[clang][Interp][NFC] Add assertions to VM entry points

Assert that the previous call left the stack empty, as well as that
successful interpretations leave an empty stack.
clang/lib/AST/Interp/Context.cpp
clang/lib/AST/Interp/InterpStack.h