[PATCH] Add diagnostic to require that virtual methods be tagged with C++11 'override'

2014-09-24 Thread Josh Gao
Hi all, This patch adds a diagnostic that warns when virtual methods that override are not tagged 'override'. commit c33643ab4f12148ed6cdc5a8a5b0be282c7b0451 Author: Josh Gao Date: Wed Sep 24 12:29:39 2014 -0700 Add diagnostic to require virtual methods to be tagge

Re: [PATCH] Add diagnostic to require that virtual methods be tagged with C++11 'override'

2014-09-24 Thread Josh Gao
On Sep 24, 2014, at 1:09 PM, Marek Polacek wrote: > On Wed, Sep 24, 2014 at 12:59:17PM -0700, Josh Gao wrote: >> Hi all, >> >> This patch adds a diagnostic that warns when virtual methods that override >> are not tagged 'override'. >> >>