================ @@ -271,3 +297,17 @@ Options argument (``*this``) is considered to be reinitialized. For non-member or static member functions, the first argument is considered to be reinitialized. Default value is an empty string. + +.. option:: Awaitables ---------------- higher-performance wrote:
It's already as precise as can be -- "the operands to ``co_await``". Note that this is _not_ intended to be the same notion of "awaitable" as you see on cppreference, because that one comes after `await_transform` is implicitly called on the operand, not before. https://github.com/llvm/llvm-project/pull/172566 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
