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 0fd78318 [clangd] Prefer location from codegen files when merging symbols. new 88620742 Revamp the "[clangd] Format tweak's replacements"
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/ClangdServer.cpp | 18 +++++++---- clangd/ClangdUnit.cpp | 3 +- clangd/Compiler.h | 2 -- clangd/refactor/Tweak.cpp | 8 ----- clangd/refactor/Tweak.h | 14 ++------- clangd/refactor/tweaks/SwapIfBranches.cpp | 7 ++--- test/clangd/tweaks-format.test | 50 +++++++++++++++++++++++++++++++ unittests/clangd/TweakTests.cpp | 40 +++---------------------- 8 files changed, 73 insertions(+), 69 deletions(-) create mode 100644 test/clangd/tweaks-format.test