[Lldb-commits] [PATCH] D132735: [LLDB] Recognize `std::noop_coroutine()` in `std::coroutine_handle` pretty printer
Chuanqi Xu via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Sun Aug 28 19:42:53 PDT 2022
ChuanqiXu added a comment.
The summary looks good to me.
================
Comment at: lldb/source/Plugins/Language/CPlusPlus/Coroutines.cpp:70
+
+static bool IsNoopResumeDestroy(Function *f) {
+ if (!f)
----------------
Maybe `IsNoopCoro` or something else looks better?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132735/new/
https://reviews.llvm.org/D132735
More information about the lldb-commits
mailing list