[PATCH] D96418: [clang] Refactor mustprogress handling, add it to all loops in c++11+.
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 19 09:38:48 PDT 2021
aaron.ballman accepted this revision.
aaron.ballman added a comment.
I only found one tiny nit, and otherwise it LGTM, but this is a bit out of my wheelhouse.
================
Comment at: clang/lib/CodeGen/CodeGenFunction.h:529
+ // following (6.9.2.3.1 in C++11):
+ // - terminate,
+ // - make a call to a library I/O function,
----------------
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96418/new/
https://reviews.llvm.org/D96418
More information about the cfe-commits
mailing list