[clang] [llvm] [Clang] C++20 Coroutines: Introduce Frontend Attribute [[clang::coro_await_elidable]] (PR #99282)
Yuxuan Chen via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 7 09:19:08 PDT 2024
================
@@ -1217,6 +1217,14 @@ def CoroDisableLifetimeBound : InheritableAttr {
let SimpleHandler = 1;
}
+def CoroAwaitElidable : InheritableAttr {
----------------
yuxuanchen1997 wrote:
Will do.
https://github.com/llvm/llvm-project/pull/99282
More information about the llvm-commits
mailing list