[clang] [docs][coroutines] Revamp "Debugging C++ coroutines" (PR #142651)

Adrian Vogelsgesang via cfe-commits cfe-commits at lists.llvm.org
Sat Jun 28 06:28:55 PDT 2025


================
@@ -8,470 +8,966 @@ Debugging C++ Coroutines
 Introduction
 ============
 
-For performance and other architectural reasons, the C++ Coroutines feature in
-the Clang compiler is implemented in two parts of the compiler.  Semantic
-analysis is performed in Clang, and Coroutine construction and optimization
-takes place in the LLVM middle-end.
----------------
vogelsgesang wrote:

I merged this now, since I want to be able to point people to the documentation from a discourse thread. Let me know if I missed anything. Happy to update this further also post-commit

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


More information about the cfe-commits mailing list