[Webkit-unassigned] [Bug 282149] New: Annotate various WTF functions with [[clang::noescape]]
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Oct 26 22:38:55 PDT 2024
https://bugs.webkit.org/show_bug.cgi?id=282149
Bug ID: 282149
Summary: Annotate various WTF functions with
[[clang::noescape]]
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Web Template Framework
Assignee: webkit-unassigned at lists.webkit.org
Reporter: rniwa at webkit.org
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.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20241027/7e68c01c/attachment.htm>
More information about the webkit-unassigned
mailing list