================
@@ -1796,6 +1797,32 @@ bool CoroutineStmtBuilder::makeOnException() {
return true;
}
+// Adds [[clang::coro_wrapper]] and [[clang::coro_disable_lifetimebound]]
+// attributes to the function `get_return_object`.
----------------
ChuanqiXu9 wrote:
```suggestion
// attributes to the function `get_return_object` if its return type is marked
with `[[clang::coro_return_type]]` to avoid false-positive diagnostic for
`get_return_object`.
```
https://github.com/llvm/llvm-project/pull/77066
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits