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 fd878884 [clangd] Add a tool to build YAML-format global symbols. new fb4502db [clang-tidy] Adding Fuchsia checker for overloaded operators
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/fuchsia/CMakeLists.txt | 1 + clang-tidy/fuchsia/FuchsiaTidyModule.cpp | 3 ++ clang-tidy/fuchsia/OverloadedOperatorCheck.cpp | 39 ++++++++++++++++++++++ ...tArgumentsCheck.h => OverloadedOperatorCheck.h} | 16 ++++----- docs/ReleaseNotes.rst | 7 +++- .../checks/fuchsia-overloaded-operator.rst | 18 ++++++++++ docs/clang-tidy/checks/list.rst | 1 + test/clang-tidy/fuchsia-overloaded-operator.cpp | 18 ++++++++++ 8 files changed, 94 insertions(+), 9 deletions(-) create mode 100644 clang-tidy/fuchsia/OverloadedOperatorCheck.cpp copy clang-tidy/fuchsia/{DefaultArgumentsCheck.h => OverloadedOperatorCheck.h} (54%) create mode 100644 docs/clang-tidy/checks/fuchsia-overloaded-operator.rst create mode 100644 test/clang-tidy/fuchsia-overloaded-operator.cpp