brintos

brintos / llvm-project-archived public Read only

0
0
Text · 239 B · c02099c Raw
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