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 9172f2f [clang-tidy] Fix a false positive on modernize-use-nullptr check. new 4db6d3f [clang-tidy] Fix handling of methods with try-statement as a [...] new c0ac570 [clang-tidy] Add parametercount for readibility-function-size
The 2 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/modernize/UseOverrideCheck.cpp | 13 ++++++------- clang-tidy/readability/FunctionSizeCheck.cpp | 15 +++++++++++++-- clang-tidy/readability/FunctionSizeCheck.h | 3 +++ docs/ReleaseNotes.rst | 4 ++++ docs/clang-tidy/checks/readability-function-size.rst | 5 +++++ test/clang-tidy/modernize-use-override.cpp | 14 ++++++++++++++ test/clang-tidy/readability-function-size.cpp | 9 ++++++++- 7 files changed, 53 insertions(+), 10 deletions(-)