[PATCH] D115778: [docs] Give the reason why the support for coroutine is partial

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 15 04:45:49 PST 2021


aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.

LGTM aside from a minor wording fix. Thank you for this!



================
Comment at: clang/www/cxx_status.html:1206-1207
+  `__attribute__((const))` attribute correctly. There can be issues where the
+  coroutine may resume on a different thread. Also there are works reamined to
+  check through the sections on coroutines in the C++ standard.
+        </details></td>
----------------
Fixes typo and grammar but hopefully gets the same point across.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D115778/new/

https://reviews.llvm.org/D115778



More information about the cfe-commits mailing list