================ @@ -387,12 +387,16 @@ Bug Fixes in This Version - Correctly diagnosing and no longer crashing when ``export module foo`` (without a semicolon) are the final tokens in a module file. (#GH187771) - Fixed a crash in duplicate attribute checking caused by comparing constant arguments with different integer signedness. (#GH188259) +- Fixed a crash when returning an initializer list from a void lambda or block. + The compiler now emits a proper error message that correctly says "lambda" + instead of "block" when applicable. (GH188661) ---------------- Sirraide wrote:
```suggestion instead of "block" when applicable. (#GH188661) ``` https://github.com/llvm/llvm-project/pull/188904 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
