[Webkit-unassigned] [Bug 122156] [Tools] Add the check to style-checker for reporting use of static_cast on typename objects.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 25 20:15:24 PDT 2016


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

Daniel Bates <dbates at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dbates at webkit.org
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |INVALID

--- Comment #12 from Daniel Bates <dbates at webkit.org> ---
I am marking this Resolved/Invalid because we prefer using downcast<X>() instead of static_cast<X>() to toX(). If there is interest in teaching the style checker to suggest use of downcast<X>() then I suggest we file a new bug.

-- 
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/20160426/76b7195e/attachment.html>


More information about the webkit-unassigned mailing list