[Webkit-unassigned] [Bug 146833] New: Remove redundant COMPILER(CLANG) guards

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 10 03:52:36 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=146833

            Bug ID: 146833
           Summary: Remove redundant COMPILER(CLANG) guards
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ossy at webkit.org

There are many COMPILER(GCC) || COMPILER(CLANG) guards in the source tree.

COMPILER(CLANG) is technically a subset of COMPILER(GCC), because
COMPILER_GCC is set if __GNUC__ is defined. But it is defined by 
Clang too, so COMPILER(CLANG) is useless with COMPILER(GCC) together.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150710/7bcf84f4/attachment.html>


More information about the webkit-unassigned mailing list