[clang] [coroutines] Introduce [[clang::coro_not_lifetimebound]] (PR #76818)

Utkarsh Saxena via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 3 06:39:27 PST 2024


================
@@ -1121,6 +1121,14 @@ def CoroLifetimeBound : InheritableAttr {
   let SimpleHandler = 1;
 }
 
+def CoroNotLifetimeBound : InheritableAttr {
----------------
usx95 wrote:

SG.

https://github.com/llvm/llvm-project/pull/76818


More information about the cfe-commits mailing list