[clang][Interp] Implement while and do-while loops
authorTimm Bäder <tbaeder@redhat.com>
Fri, 7 Oct 2022 09:37:12 +0000 (11:37 +0200)
committerTimm Bäder <tbaeder@redhat.com>
Fri, 14 Oct 2022 12:41:05 +0000 (14:41 +0200)
commit5a859432f31716f780cd662741864ef1a77fc28a
tree4052dc6115a4bbd3b1e867ddd1c8fce12ccbd4e7
parent6fad7127cb990894cc2392c89152a36af7808736
[clang][Interp] Implement while and do-while loops

Differential Revision: https://reviews.llvm.org/D135433
clang/lib/AST/Interp/ByteCodeStmtGen.cpp
clang/lib/AST/Interp/ByteCodeStmtGen.h
clang/test/AST/Interp/loops.cpp [new file with mode: 0644]