blob: e6e5700478b08fad67c8467b93d775f11107cbb4 (
plain)
1
2
3
4
5
6
7
8
9
|
.. title:: clang-tidy - google-runtime-references
google-runtime-references
=========================
Checks the usage of non-constant references in function parameters.
The corresponding style guide rule:
https://google.github.io/styleguide/cppguide.html#Reference_Arguments
|