1.. title:: clang-tidy - google-runtime-operator 2 3google-runtime-operator 4======================= 5 6Finds overloads of unary ``operator &``. 7 8https://google.github.io/styleguide/cppguide.html#Operator_Overloading 9 10Corresponding cpplint.py check name: `runtime/operator`. 11