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 0def3171 [clangd] Deduplicate symbols collected in global-symbol-build [...] new 9bb5a510 [clang-tidy] Adding Fuchsia checker for trailing returns
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/TrailingReturnCheck.cpp | 56 ++++++++++++++++++++++ ...loadedOperatorCheck.h => TrailingReturnCheck.h} | 18 +++---- docs/ReleaseNotes.rst | 9 +++- docs/clang-tidy/checks/fuchsia-trailing-return.rst | 35 ++++++++++++++ docs/clang-tidy/checks/list.rst | 1 + test/clang-tidy/fuchsia-trailing-return.cpp | 23 +++++++++ 8 files changed, 137 insertions(+), 9 deletions(-) create mode 100644 clang-tidy/fuchsia/TrailingReturnCheck.cpp copy clang-tidy/fuchsia/{OverloadedOperatorCheck.h => TrailingReturnCheck.h} (51%) create mode 100644 docs/clang-tidy/checks/fuchsia-trailing-return.rst create mode 100644 test/clang-tidy/fuchsia-trailing-return.cpp