blob: b82a72214f03190eeac95189f87097c2cbb51df8 [file] [log] [blame]
.. title:: clang-tidy - hicpp-function-size
hicpp-function-size
===================
This check is an alias for `readability-function-size <readability-function-size.hml>`_.
Useful to enforce multiple sections on function complexity.
- `rule 8.2.2 <http://www.codingstandard.com/rule/8-2-2-do-not-declare-functions-with-an-excessive-number-of-parameters/>`_
- `rule 8.3.1 <http://www.codingstandard.com/rule/8-3-1-do-not-write-functions-with-an-excessive-mccabe-cyclomatic-complexity/>`_
- `rule 8.3.2 <http://www.codingstandard.com/rule/8-3-2-do-not-write-functions-with-a-high-static-program-path-count/>`_