[C++20] [Coroutines] Add ReleaseNotes about addressing thread identifiaction problems
authorChuanqi Xu <yedeng.yd@linux.alibaba.com>
Mon, 17 Oct 2022 02:46:07 +0000 (10:46 +0800)
committerChuanqi Xu <yedeng.yd@linux.alibaba.com>
Mon, 17 Oct 2022 02:46:14 +0000 (10:46 +0800)
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

clang/docs/ReleaseNotes.rst

index d946b5d..6eaec2a 100644 (file)
@@ -248,6 +248,9 @@ Bug Fixes
   not satisfied in the event of an instantiation failures in a requires expression's
   parameter list. We previously handled this correctly in a constraint evaluation
   context, but not in a requires clause evaluated as a boolean.
+- Address the thread identification problems in coroutines.
+  `Issue 47177 <https://github.com/llvm/llvm-project/issues/47177>`_
+  `Issue 47179 <https://github.com/llvm/llvm-project/issues/47179>`_
 
 Improvements to Clang's diagnostics
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^