cpp virtual final¶
This linter detects the virtual function declarations with multiple specifiers.
It matches our coding style: Method declarations must use at most one of the following keywords: virtual, override, or final.
As this linter uses some simple regular expression, it can miss some declarations.
Configuration¶
This linter is enabled on all C family files.