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 be928371 [clang-tidy] fix documentation link in list of clang-tidy checks new 7bf55cd6 [clang-tidy] add OverrideMacro to modernize-use-override check
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/UseOverrideCheck.cpp | 50 ++++++++++------ clang-tidy/modernize/UseOverrideCheck.h | 7 ++- docs/ReleaseNotes.rst | 6 +- docs/clang-tidy/checks/modernize-use-override.rst | 33 +++++++++- .../modernize-use-override-with-macro.cpp | 70 ++++++++++++++++++++++ ...odernize-use-override-with-no-macro-inscope.cpp | 28 +++++++++ 6 files changed, 172 insertions(+), 22 deletions(-) create mode 100644 test/clang-tidy/modernize-use-override-with-macro.cpp create mode 100644 test/clang-tidy/modernize-use-override-with-no-macro-inscope.cpp