[docs] Add document "Debugging C++ Coroutines"
authorChuanqi Xu <yedeng.yd@linux.alibaba.com>
Mon, 13 Jun 2022 09:40:45 +0000 (17:40 +0800)
committerChuanqi Xu <yedeng.yd@linux.alibaba.com>
Fri, 8 Jul 2022 03:29:00 +0000 (11:29 +0800)
commit1934b3ae59a7869d324bb34218310cae55acb140
tree41e27f63ea1de9a7724741ff7f5a9bcabe5f6018
parentab701975e7f3b63bb474afbdeb8c474950d41074
[docs] Add document "Debugging C++ Coroutines"

Previously in D99179, I tried to construct debug information for
coroutine frames in the middle end to enhance the debugability for
coroutines. But I forget to add ReleaseNotes to hint people and
documents to help people to use. My bad. @probinson revealed this in
https://github.com/llvm/llvm-project/issues/55916.

So I try to add the use document now.

Reviewed By: erichkeane

Differential Revision: https://reviews.llvm.org/D127626
clang/docs/DebuggingCoroutines.rst [new file with mode: 0644]
clang/docs/index.rst