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 d3736574 [clangd] NFC fix semicolon warning new dc5cec35 [clang-tidy] add IgnoreMacros option to modernize-use-equals-delete
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/modernize/UseEqualsDeleteCheck.cpp | 8 +++++++- clang-tidy/modernize/UseEqualsDeleteCheck.h | 7 ++++++- docs/clang-tidy/checks/modernize-use-equals-delete.rst | 5 +++++ test/clang-tidy/modernize-use-equals-delete-macros.cpp | 10 ++++++++++ test/clang-tidy/modernize-use-equals-delete.cpp | 6 ++++++ 5 files changed, 34 insertions(+), 2 deletions(-) create mode 100644 test/clang-tidy/modernize-use-equals-delete-macros.cpp