[clang] [Clang] Fix the instantiation of return type requirements in lambda bodies (PR #76967)

Erich Keane via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 4 07:28:11 PST 2024


================
@@ -843,6 +843,9 @@ Bug Fixes to C++ Support
 - Fix crash when parsing nested requirement. Fixes:
   (`#73112 <https://github.com/llvm/llvm-project/issues/73112>`_)
 
+- Fixed a crash caused by using return type requirement in a lambda. Fixes:
+  (`#64607 <https://github.com/llvm/llvm-project/issues/64607>`_)
----------------
erichkeane wrote:

Please list all the bugs it fixes.

https://github.com/llvm/llvm-project/pull/76967


More information about the cfe-commits mailing list