[all-commits] [llvm/llvm-project] 1934b3: [docs] Add document "Debugging C++ Coroutines"
Chuanqi Xu via All-commits
all-commits at lists.llvm.org
Thu Jul 7 20:31:42 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1934b3ae59a7869d324bb34218310cae55acb140
https://github.com/llvm/llvm-project/commit/1934b3ae59a7869d324bb34218310cae55acb140
Author: Chuanqi Xu <yedeng.yd at linux.alibaba.com>
Date: 2022-07-08 (Fri, 08 Jul 2022)
Changed paths:
A clang/docs/DebuggingCoroutines.rst
M clang/docs/index.rst
Log Message:
-----------
[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
More information about the All-commits
mailing list