override, final, or virtual when declaring an override--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
Please ignore the presubmit for now. I'll be reverting the presubmit check shortly.
The code for the clang plugin has already been updated, but a new version of clang with the changes has not yet been built and pushed.
Daniel
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev...@chromium.org.
So which do we prefer?1. virtual void Foo() override;2. void Foo() override;https://code.google.com/p/chromium/issues/detail?id=417463 has a large number of conversions to (1).
Sorry, I didn't realize that cc/ doesn't use the canned presubmit check for cpplint.
Unfortunately, (2) cannot happen until a new clang binary with my changes is built. Once clang rolls, the cleanup will largely be automated and should take <1 day*.
* Windows-only code may take a little longer.