xref: /llvm-project/clang-tools-extra/docs/clang-tidy/checks/google/runtime-operator.rst (revision 6e566bc5523f743bc34a7e26f050f1f2b4d699a8)
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