forked from OSchip/llvm-project
14 lines
683 B
ReStructuredText
14 lines
683 B
ReStructuredText
.. title:: clang-tidy - hicpp-function-size
|
|
.. meta::
|
|
:http-equiv=refresh: 5;URL=readability-function-size.html
|
|
|
|
hicpp-function-size
|
|
===================
|
|
|
|
This check is an alias for `readability-function-size <readability-function-size.html>`_.
|
|
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/>`_
|