[all-commits] [llvm/llvm-project] 1104c7: [C++20] [Coroutines] Add ReleaseNotes about addres...
Chuanqi Xu via All-commits
all-commits at lists.llvm.org
Sun Oct 16 19:48:41 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1104c70f96de7abe90b4ff51870ed046862c79fb
https://github.com/llvm/llvm-project/commit/1104c70f96de7abe90b4ff51870ed046862c79fb
Author: Chuanqi Xu <yedeng.yd at linux.alibaba.com>
Date: 2022-10-17 (Mon, 17 Oct 2022)
Changed paths:
M clang/docs/ReleaseNotes.rst
Log Message:
-----------
[C++20] [Coroutines] Add ReleaseNotes about addressing thread identifiaction problems
The thread identification problems in coroutines are addressed now in
1cedc51ff5a2a4f51a4c7e8bb04bd. Although the original problem occurs in
LLVM optimizer. The C++ users have strong feeling about it. So it may be
necessary to add a ReleaseNote in clang for it.
Closes https://github.com/llvm/llvm-project/issues/47177
Closes https://github.com/llvm/llvm-project/issues/47179
More information about the All-commits
mailing list