Skip to content

Commit 1104c70

Browse files
committed
[C++20] [Coroutines] Add ReleaseNotes about addressing thread identifiaction problems
The thread identification problems in coroutines are addressed now in 1cedc51. 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 #47177 Closes #47179
1 parent 1cedc51 commit 1104c70

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,9 @@ Bug Fixes
248248
not satisfied in the event of an instantiation failures in a requires expression's
249249
parameter list. We previously handled this correctly in a constraint evaluation
250250
context, but not in a requires clause evaluated as a boolean.
251+
- Address the thread identification problems in coroutines.
252+
`Issue 47177 <https://github.com/llvm/llvm-project/issues/47177>`_
253+
`Issue 47179 <https://github.com/llvm/llvm-project/issues/47179>`_
251254

252255
Improvements to Clang's diagnostics
253256
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)