[PATCH] D135433: [clang][Interp] Implement while and do-while loops

Timm Bäder via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 7 03:21:38 PDT 2022


tbaeder updated this revision to Diff 466022.
tbaeder added a comment.

Add `break` and `continue` support as well.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D135433/new/

https://reviews.llvm.org/D135433

Files:
  clang/lib/AST/Interp/ByteCodeStmtGen.cpp
  clang/lib/AST/Interp/ByteCodeStmtGen.h
  clang/test/AST/Interp/loops.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D135433.466022.patch
Type: text/x-patch
Size: 4815 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20221007/5d7072c2/attachment.bin>


More information about the cfe-commits mailing list