================
@@ -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)
+  
 - Fixed a crash on _BitInt(N) arrays where 129 ≤ N ≤ 192 due to incorrect 
array filler lowering. (#GH189643)
 
 Bug Fixes to Compiler Builtins
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 - Fix a crash when passing an unresolved overload set to 
``__builtin_classify_type``. (#GH175589)
-- Fixed a crash when calling `__builtin_allow_sanitize_check` with no 
arguments. (#GH183927)
+- Fixed a crash when calling ``__builtin_allow_sanitize_check`` with no 
arguments. (#GH183927)
----------------
Ko496-glitch wrote:

same i will revert it to last change, had merge conflict on this 

https://github.com/llvm/llvm-project/pull/188904
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to