Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 5b84cf3719fa3c23a2cf8bac7a029738c723aebc
https://github.com/WebKit/WebKit/commit/5b84cf3719fa3c23a2cf8bac7a029738c723aebc
Author: Ryosuke Niwa <[email protected]>
Date: 2026-07-30 (Thu, 30 Jul 2026)
Changed paths:
M Source/JavaScriptCore/SaferCPPExpectations/NoDeleteCheckerExpectations
M Source/WTF/SaferCPPExpectations/NoDeleteCheckerExpectations
M Source/WTF/wtf/Assertions.h
Log Message:
-----------
__builtin_trap instead of inline asm when running clang static analyzer
https://bugs.webkit.org/show_bug.cgi?id=320577
Reviewed by Geoffrey Garen.
Use __builtin_trap instead of inline asm when running safer C++ static analysis
since no-delete analysis gets confused with inline asm.
No new tests since there should be no behavior changes.
* Source/JavaScriptCore/SaferCPPExpectations/NoDeleteCheckerExpectations:
* Source/WTF/SaferCPPExpectations/NoDeleteCheckerExpectations:
* Source/WTF/wtf/Assertions.h:
Canonical link: https://commits.webkit.org/318284@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications