[SelectOpt] Support ADD and SUB with zext operands. (#115489)
[llvm-project.git] / clang-tools-extra / docs / clang-tidy / checks / hicpp / function-size.rst
blob5ccf670ed55a3fdf2119ff05928d754a243a5ffb
1 .. title:: clang-tidy - hicpp-function-size
2 .. meta::
3    :http-equiv=refresh: 5;URL=../readability/function-size.html
5 hicpp-function-size
6 ===================
8 This check is an alias for :doc:`readability-function-size <../readability/function-size>`.
9 Useful to enforce multiple sections on function complexity.
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>`_