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
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.