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 01ef2430 Make add_new_check.py's insertion of registerCheck<> match th [...] new a1896fd8 [clangd] Add targetDecl(), which determines what declaration [...]
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: clangd/CMakeLists.txt | 1 + clangd/FindTarget.cpp | 381 ++++++++++++++++++++++++++++ clangd/FindTarget.h | 144 +++++++++++ clangd/unittests/ASTTests.cpp | 1 - clangd/unittests/CMakeLists.txt | 1 + clangd/unittests/FindTargetTests.cpp | 469 +++++++++++++++++++++++++++++++++++ 6 files changed, 996 insertions(+), 1 deletion(-) create mode 100644 clangd/FindTarget.cpp create mode 100644 clangd/FindTarget.h create mode 100644 clangd/unittests/FindTargetTests.cpp