[all-commits] [llvm/llvm-project] ceec2e: [clang] Fix crash when `__builtin_function_start` ...
Vincent via All-commits
all-commits at lists.llvm.org
Thu Aug 28 13:26:18 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ceec2e97f632a0a77ec13bdc0f22ce32da902e77
https://github.com/llvm/llvm-project/commit/ceec2e97f632a0a77ec13bdc0f22ce32da902e77
Author: Vincent <llvm at viceroygroup.ca>
Date: 2025-08-28 (Thu, 28 Aug 2025)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/lib/Sema/SemaChecking.cpp
A clang/test/SemaCXX/gh113323.cpp
Log Message:
-----------
[clang] Fix crash when `__builtin_function_start` is given an invalid first parameter (#155506)
Prevent a crash in `__builtin_function_start` by adding a check for an
invalid first parameter.
fixes #113323
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