[PATCH] D9285: Add a KeepVirtual option to misc-use-override
Ehsan Akhgari via cfe-commits
cfe-commits at lists.llvm.org
Fri Aug 14 13:36:36 PDT 2015
ehsan added a comment.
Sorry, I kind of dropped the ball here!
At Mozilla we ended up deciding on allowing only a maximum of one of virtual, final or override per function declaration, similar to the Google coding style, so we won't need the KeepVirtual option. Should I still add it nevertheless?
http://reviews.llvm.org/D9285
More information about the cfe-commits
mailing list