================ @@ -263,3 +275,17 @@ Options arguments to be invalidated (e.g., closing a handle). For member functions, the first argument is considered to be the implicit object argument (``this``). Default value is an empty string. + +.. option:: Awaitables + + A semicolon-separated list of types or functions (the operands to `co_await`) ---------------- EugeneZelenko wrote:
```suggestion A semicolon-separated list of types or functions (the operands to ``co_await``) ``` https://github.com/llvm/llvm-project/pull/172566 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
