WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
281514
[TZone] Add TZone annotation macros for structs
https://bugs.webkit.org/show_bug.cgi?id=281514
Summary
[TZone] Add TZone annotation macros for structs
Michael Saboff
Reported
2024-10-15 12:50:13 PDT
Add TZone annotation macros for structs. The main difference between structs and classes is the default privacy. The default access for Classes is private while the default for structs is public. This means that the TZone annotations macros for classes are: public: \ create TZone allocation helpers... \ private: The struct annotations are simply: create TZone allocation helpers...
Attachments
Add attachment
proposed patch, testcase, etc.
Michael Saboff
Comment 1
2024-10-15 12:55:54 PDT
<
rdar://137985417
>
Michael Saboff
Comment 2
2024-10-15 13:14:38 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/35236
EWS
Comment 3
2024-10-16 10:56:40 PDT
Committed
285280@main
(71c9542da1c3): <
https://commits.webkit.org/285280@main
> Reviewed commits have been landed. Closing PR #35236 and removing active labels.
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