llvm-project/clang-tools-extra/docs/clang-tidy/checks/google-runtime-operator.rst

10 lines
263 B
ReStructuredText

google-runtime-operator
=======================
Finds overloads of unary ``operator &``.
http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml?showone=Operator_Overloading#Operator_Overloading
Corresponding cpplint.py check name: 'runtime/operator'.