Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: a02d87bb3ef4fb7dfa00a4dfcb1f6439415484b3
      
https://github.com/WebKit/WebKit/commit/a02d87bb3ef4fb7dfa00a4dfcb1f6439415484b3
  Author: Adrian Taylor <[email protected]>
  Date:   2025-10-21 (Tue, 21 Oct 2025)

  Changed paths:
    M Source/WTF/wtf/Ref.h
    M Source/WTF/wtf/RefPtr.h
    M Source/WTF/wtf/Vector.h
    M Source/WTF/wtf/WeakPtr.h
    M Source/WTF/wtf/text/CString.h

  Log Message:
  -----------
  WTF escapability annotations
https://bugs.webkit.org/show_bug.cgi?id=300890
rdar://162776210

Reviewed by Richard Robinson.

Add Swift escapability annotations to some WTF C++ types which can be used as
standalone values in Swift. Because these types contain pointers, Swift assumes
that any member function returning such a type may be returning a pointer to
its own innards, hidden within one of these WTF types. That's not the case for
any of these, so we mark each type as escapable.

Canonical link: https://commits.webkit.org/301858@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to