Bug 68654

Summary: We should add support for OVERRIDE and FINAL annotations
Product: WebKit Reporter: James Robinson <jamesr>
Component: Tools / TestsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, darin, jamesr, thakis
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 69904    
Attachments:
Description Flags
Patch
none
Patch hyatt: review+

James Robinson
Reported 2011-09-22 13:45:18 PDT
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.
Attachments
Patch (1.58 KB, patch)
2011-09-22 13:55 PDT, Anders Carlsson
no flags
Patch (1.63 KB, patch)
2011-09-22 14:08 PDT, Anders Carlsson
hyatt: review+
Anders Carlsson
Comment 1 2011-09-22 13:55:42 PDT
Anders Carlsson
Comment 2 2011-09-22 14:08:48 PDT
Dave Hyatt
Comment 3 2011-09-22 15:31:37 PDT
Comment on attachment 108400 [details] Patch r=me
Darin Adler
Comment 4 2011-09-22 16:08:10 PDT
Can’t wait!
Anders Carlsson
Comment 5 2011-09-23 09:48:05 PDT
Note You need to log in before you can comment on or make changes to this bug.