Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 4754a94673a1728d8c6939c033e8dc0745444cda
      
https://github.com/WebKit/WebKit/commit/4754a94673a1728d8c6939c033e8dc0745444cda
  Author: Chris Dumez <[email protected]>
  Date:   2025-11-13 (Thu, 13 Nov 2025)

  Changed paths:
    M Source/WTF/SaferCPPExpectations/ForwardDeclCheckerExpectations
    M Source/WTF/wtf/PrintStream.h
    M Source/WTF/wtf/text/AtomStringImpl.h
    M Source/WTF/wtf/text/UniquedStringImpl.h

  Log Message:
  -----------
  Address safer CPP warnings in PrintStream.h
https://bugs.webkit.org/show_bug.cgi?id=302376

Reviewed by Keith Miller and Geoffrey Garen.

Address safer CPP warnings in PrintStream.h about StringImpl and
StringView being forward declared. I had to move some functions to other
headers to address circular include problems when trying to include
StringView.h and StringImpl.h in PrintStream.h.

* Source/WTF/SaferCPPExpectations/ForwardDeclCheckerExpectations:
* Source/WTF/wtf/PrintStream.h:
(WTF::printInternal):
(WTF::ScopedEnumDump::dump const):
(WTF::EnumDumpWithDefault::dump const):
* Source/WTF/wtf/text/AtomStringImpl.h:
(WTF::printInternal):
* Source/WTF/wtf/text/UniquedStringImpl.h:
(WTF::printInternal):

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications

Reply via email to