[all-commits] [llvm/llvm-project] 76220f: [clang][SemaCXX] Fix crash caused by unresolved ov...
Rajveer Singh Bharadwaj via All-commits
all-commits at lists.llvm.org
Mon Jun 1 06:06:37 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 76220f2c8d24b877c16c895efe9a4504e3e72cc3
https://github.com/llvm/llvm-project/commit/76220f2c8d24b877c16c895efe9a4504e3e72cc3
Author: Rajveer Singh Bharadwaj <rajveer.developer at icloud.com>
Date: 2026-06-01 (Mon, 01 Jun 2026)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/lib/Sema/SemaCast.cpp
M clang/test/SemaCXX/builtin-bit-cast.cpp
Log Message:
-----------
[clang][SemaCXX] Fix crash caused by unresolved overloaded function type when using `__builtin_bit_cast` (#200574)
Resolves #200112
By early checking for placeholder expressions, crash can be avoided for
unreachable builtin type when fetching type info.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list