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 e7c95e32 Support Objective-C/C++ source files in check_clang_tidy.py new 05a1c342 [clang-tidy] introduce legacy resource functions to 'cppcoreg [...]
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/OwningMemoryCheck.cpp | 74 +++++++- clang-tidy/cppcoreguidelines/OwningMemoryCheck.h | 21 ++- .../checks/cppcoreguidelines-owning-memory.rst | 33 +++- .../cppcoreguidelines-owning-memory-containers.cpp | 61 +++++++ ...reguidelines-owning-memory-legacy-functions.cpp | 194 +++++++++++++++++++++ 5 files changed, 377 insertions(+), 6 deletions(-) create mode 100644 test/clang-tidy/cppcoreguidelines-owning-memory-containers.cpp create mode 100644 test/clang-tidy/cppcoreguidelines-owning-memory-legacy-functions.cpp