We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eda430 commit 6fa1071Copy full SHA for 6fa1071
clang/docs/ReleaseNotes.rst
@@ -282,6 +282,8 @@ Bug Fixes in This Version
282
Fixes (`#67603 <https://github.com/llvm/llvm-project/issues/67603>`_)
283
- Fixes a crash caused by a multidimensional array being captured by a lambda
284
(`#67722 <https://github.com/llvm/llvm-project/issues/67722>`_).
285
+- Fixes a crash when instantiating a lambda with requires clause.
286
+ (`#64462 <https://github.com/llvm/llvm-project/issues/64462>`_)
287
288
Bug Fixes to Compiler Builtins
289
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
0 commit comments