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 ef841ba [clangd] Unbreak the shared build. new adf171c [clang-tidy] Function names configurable for cppcoreguideline [...]
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/cppcoreguidelines/NoMallocCheck.cpp | 36 +++++++++++++++++----- clang-tidy/cppcoreguidelines/NoMallocCheck.h | 20 +++++++++++- docs/ReleaseNotes.rst | 5 +++ .../checks/cppcoreguidelines-no-malloc.rst | 23 ++++++++++++-- ....cpp => cppcoreguidelines-no-malloc-custom.cpp} | 19 +++++++++++- .../cppcoreguidelines-no-malloc-no-functions.cpp | 17 ++++++++++ 6 files changed, 108 insertions(+), 12 deletions(-) copy test/clang-tidy/{cppcoreguidelines-no-malloc.cpp => cppcoreguidelines-no-mall [...] create mode 100644 test/clang-tidy/cppcoreguidelines-no-malloc-no-functions.cpp