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 a84a4b52 [clangd] Fix memory leak in code completion new 5be22f8f clang-tidy: add IgnoreMacros option to readability-inconsiste [...] new dc5aa0c9 [clang-tidy] Function-scoped static variables should not trig [...]
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: .../google/GlobalVariableDeclarationCheck.cpp | 11 +++++++++- .../InconsistentDeclarationParameterNameCheck.cpp | 11 ++++++++++ .../InconsistentDeclarationParameterNameCheck.h | 5 ++++- ...ity-inconsistent-declaration-parameter-name.rst | 5 +++++ .../google-objc-global-variable-declaration.m | 6 +++--- ...onsistent-declaration-parameter-name-macros.cpp | 25 ++++++++++++++++++++++ ...ity-inconsistent-declaration-parameter-name.cpp | 19 +++++++++------- 7 files changed, 69 insertions(+), 13 deletions(-) create mode 100644 test/clang-tidy/readability-inconsistent-declaration-parameter- [...]