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 5f04e2ac [clang-tools-extra] Adopt FileManager's error-returning APIs new 5c44ec4b [clangd] Add new helpers to make tweak tests scale better. Co [...]
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/unittests/CMakeLists.txt | 1 + clangd/unittests/TweakTesting.cpp | 132 ++++++++++ clangd/unittests/TweakTesting.h | 103 ++++++++ clangd/unittests/TweakTests.cpp | 495 ++++++++++---------------------------- 4 files changed, 366 insertions(+), 365 deletions(-) create mode 100644 clangd/unittests/TweakTesting.cpp create mode 100644 clangd/unittests/TweakTesting.h