9 lines · plain
1.. title:: clang-tidy - google-default-arguments2 3google-default-arguments4========================5 6Checks that default arguments are not given for virtual methods.7 8See https://google.github.io/styleguide/cppguide.html#Default_Arguments9