WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
282149
Annotate various WTF functions with [[clang::noescape]]
https://bugs.webkit.org/show_bug.cgi?id=282149
Summary
Annotate various WTF functions with [[clang::noescape]]
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
Add attachment
proposed patch, testcase, etc.
Ryosuke Niwa
Comment 1
2024-10-26 22:47:28 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/35769
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
<
rdar://problem/138737744
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug