xref: /llvm-project/clang-tools-extra/docs/clang-tidy/checks/hicpp/function-size.rst (revision c6fa07ca966eb8902465adbe2c6c1e41a108881c)
1.. title:: clang-tidy - hicpp-function-size
2.. meta::
3   :http-equiv=refresh: 5;URL=../readability/function-size.html
4
5hicpp-function-size
6===================
7
8This check is an alias for :doc:`readability-function-size <../readability/function-size>`.
9Useful to enforce multiple sections on function complexity.
10
11- `rule 8.2.2 <https://www.perforce.com/resources/qac/high-integrity-cpp-coding-standard/definitions>`_
12- `rule 8.3.1 <https://www.perforce.com/resources/qac/high-integrity-cpp-coding-standard/definitions>`_
13- `rule 8.3.2 <https://www.perforce.com/resources/qac/high-integrity-cpp-coding-standard/definitions>`_
14