This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 774be285dec [yaml2obj] - Don't crash on invalid inputs. new 497e112ae76 [Testing] Move clangd::Annotations to llvm testing support
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: include/llvm/Testing/Support/Annotations.h | 90 +++++++++++++++++++++++ lib/Testing/Support/Annotations.cpp | 95 ++++++++++++++++++++++++ lib/Testing/Support/CMakeLists.txt | 1 + unittests/Support/AnnotationsTest.cpp | 112 +++++++++++++++++++++++++++++ unittests/Support/CMakeLists.txt | 1 + 5 files changed, 299 insertions(+) create mode 100644 include/llvm/Testing/Support/Annotations.h create mode 100644 lib/Testing/Support/Annotations.cpp create mode 100644 unittests/Support/AnnotationsTest.cpp