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 6a190314 [clangd] Switch to Dex by default for the static index new d963991b Introduce the abseil-str-cat-append 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/abseil/AbseilTidyModule.cpp | 3 + clang-tidy/abseil/CMakeLists.txt | 1 + clang-tidy/abseil/StrCatAppendCheck.cpp | 102 ++++++++++++++++ .../{NoNamespaceCheck.h => StrCatAppendCheck.h} | 18 +-- docs/ReleaseNotes.rst | 6 + docs/clang-tidy/checks/abseil-str-cat-append.rst | 17 +++ docs/clang-tidy/checks/list.rst | 1 + test/clang-tidy/abseil-str-cat-append.cpp | 129 +++++++++++++++++++++ 8 files changed, 268 insertions(+), 9 deletions(-) create mode 100644 clang-tidy/abseil/StrCatAppendCheck.cpp copy clang-tidy/abseil/{NoNamespaceCheck.h => StrCatAppendCheck.h} (54%) create mode 100644 docs/clang-tidy/checks/abseil-str-cat-append.rst create mode 100644 test/clang-tidy/abseil-str-cat-append.cpp