[Webkit-unassigned] [Bug 155017] New: [check-webkit-style] Added checks for redundant virtual specifiers.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 4 07:12:56 PST 2016


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

            Bug ID: 155017
           Summary: [check-webkit-style] Added checks for redundant
                    virtual specifiers.
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: annulen at yandex.ru
                CC: lforschler at apple.com

Added 3 new checks related to virtual, override, and final specifiers:

1. When "override" is present, "virtual" is redundant.
2. When "final" is present, "virtual" is redundant.
3. When "final" is present, "override" is redundant.

Inspiration was taken from current version of cpplint.py, from which our checker originates, but implementation of these checks is different.

-- 
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/20160304/13a09478/attachment-0001.html>


More information about the webkit-unassigned mailing list