1.. title:: clang-tidy - google-default-arguments 2 3google-default-arguments 4======================== 5 6Checks that default arguments are not given for virtual methods. 7 8See https://google.github.io/styleguide/cppguide.html#Default_Arguments 9