[Webkit-unassigned] [Bug 68654] New: We should add support for OVERRIDE and FINAL annotations

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 22 13:45:18 PDT 2011


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

           Summary: We should add support for OVERRIDE and FINAL
                    annotations
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jamesr at chromium.org
                CC: darin at apple.com, andersca at apple.com,
                    thakis at chromium.org, jamesr at chromium.org


These C++11 annotations are useful for detecting programming errors.  We've gained a lot of utility from these in the Chromium repo, and I've locally written plenty of bugs that these would catch.

MSVS2005, recent clangs, and GCC 4.7+ support these annotations.  We should be able to define these annotations as no-ops on other compilers and still get broad coverage from developers and across the buildbots.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list