[webkit-changes] [WebKit/WebKit] 7c2b66: [WTF] Start removing GCC_COMPATIBLE

Yusuke Suzuki noreply at github.com
Mon May 20 00:54:32 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 7c2b66cb6a43f86add1fc1d5abd3301d1ae789dd
      https://github.com/WebKit/WebKit/commit/7c2b66cb6a43f86add1fc1d5abd3301d1ae789dd
  Author: Yusuke Suzuki <ysuzuki at apple.com>
  Date:   2024-05-20 (Mon, 20 May 2024)

  Changed paths:
    M Source/WTF/wtf/Assertions.cpp
    M Source/WTF/wtf/Assertions.h
    M Source/WTF/wtf/BitSet.h
    M Source/WTF/wtf/CheckedArithmetic.h
    M Source/WTF/wtf/Compiler.h
    M Source/WTF/wtf/FastMalloc.h
    M Source/WTF/wtf/MathExtras.h
    M Source/WTF/wtf/PlatformCPU.h
    M Source/WTF/wtf/PlatformCallingConventions.h
    M Source/WTF/wtf/PlatformHave.h
    M Source/WTF/wtf/PlatformUse.h
    M Source/WTF/wtf/PrintStream.cpp
    M Source/WTF/wtf/StackPointer.cpp
    M Source/WTF/wtf/StackPointer.h
    M Source/WTF/wtf/StdLibExtras.h
    M Source/WTF/wtf/text/StringCommon.h
    M Tools/TestWebKitAPI/Tests/WTF/Signals.cpp

  Log Message:
  -----------
  [WTF] Start removing GCC_COMPATIBLE
https://bugs.webkit.org/show_bug.cgi?id=274364
rdar://128345506

Reviewed by Ross Kirsling.

Now all supported compilers are GCC-compatible.

* Source/WTF/wtf/Assertions.cpp:
* Source/WTF/wtf/Assertions.h:
* Source/WTF/wtf/BitSet.h:
(WTF::WordType>::forEachSetBit const):
* Source/WTF/wtf/CheckedArithmetic.h:
* Source/WTF/wtf/Compiler.h:
* Source/WTF/wtf/FastMalloc.h:
* Source/WTF/wtf/MathExtras.h:
(WTF::clz):
(WTF::ctz):
(WTF::reverseBits32):
* Source/WTF/wtf/PlatformCPU.h:
* Source/WTF/wtf/PlatformCallingConventions.h:
* Source/WTF/wtf/PlatformHave.h:
* Source/WTF/wtf/PlatformUse.h:
* Source/WTF/wtf/StackPointer.cpp:
(WTF::currentStackPointer):
* Source/WTF/wtf/StackPointer.h:
* Source/WTF/wtf/StdLibExtras.h:
(WTF::findBitInWord):
* Source/WTF/wtf/text/StringCommon.h:
(WTF::equal):
(WTF::copyElements):

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



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


More information about the webkit-changes mailing list