Bug 282149

Summary: Annotate various WTF functions with [[clang::noescape]]
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: Web Template FrameworkAssignee: Ryosuke Niwa <rniwa>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Ryosuke Niwa
Reported 2024-10-26 22:38:55 PDT
In order to enable lambda captures checkers for smart pointers, we need to ignore lambda functions whose use only involves non-escaping argument to a function. We can do this by annotating each function argument with [[clang::noescape]] attribute.
Attachments
Ryosuke Niwa
Comment 1 2024-10-26 22:47:28 PDT
EWS
Comment 2 2024-10-27 15:00:31 PDT
Committed 285751@main (81fbecbe3fd4): <https://commits.webkit.org/285751@main> Reviewed commits have been landed. Closing PR #35769 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2024-10-27 15:01:14 PDT
Note You need to log in before you can comment on or make changes to this bug.