This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang-tools-extra.
from c06b8791 [clang-apply-replacements] Always initialize FormatStyle. new ce2e6ffb [clang-tidy] readability-function-size: add VariableThreshold param.
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: clang-tidy/readability/FunctionSizeCheck.cpp | 50 +++++- clang-tidy/readability/FunctionSizeCheck.h | 3 + docs/ReleaseNotes.rst | 5 + .../checks/readability-function-size.rst | 7 + .../readability-function-size-variables-c++17.cpp | 21 +++ test/clang-tidy/readability-function-size.cpp | 171 ++++++++++++++++++++- 6 files changed, 249 insertions(+), 8 deletions(-) create mode 100644 test/clang-tidy/readability-function-size-variables-c++17.cpp