[clang] [clang][Sema] Fix crash when checking scalar type with excess braces (PR #192471)

via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 30 04:46:25 PDT 2026


================
@@ -498,11 +431,10 @@ Bug Fixes in This Version
   to "lambda" instead of "block". (#GH188661)
 - Fixed a crash on _BitInt(N) arrays where 129 ≤ N ≤ 192 due to incorrect array filler lowering. (#GH189643)
 - Fixed the behavior in C23 of ``auto``, by emitting an error when an array type is specified for a ``char *``. (#GH162694)
-- Fixed an issue where an assert was thrown instead of an error if no vulkan env was specified with ``--triple spirv``. (#GH189964)
 - Fixed incorrect rejection of ``auto`` with reordered declaration specifiers in C23. (#GH164121)
 - Fixed a crash where constexpr evaluation encountered invalid overrides. (#GH183290)
 - Fixed a crash when assigning to an element of an ``ext_vector_type`` with ``bool`` element type. (#GH189260)
-- Clang now emits an error for friend declarations of lambda members. (#GH26540)
+- Fixed a crash when checking scalar type with excess braces. (#GH192471)
----------------
tobiichi3227 wrote:

Thanks—I noticed the earlier item referenced GH, so I assumed it was the PR number.

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


More information about the cfe-commits mailing list