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 16d12822 [clangd] Delete an unused declaration new 751390fe [clangd] Restore conventional names for lit configs, and .in/ [...]
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/test/CMakeLists.txt | 14 ++++++++++++-- clangd/test/lit.cfg.in | 30 ----------------------------- clangd/test/lit.cfg.py | 19 ++++++++++++++++++ {test => clangd/test}/lit.site.cfg.py.in | 22 ++++++++++----------- clangd/unittests/CMakeLists.txt | 4 ++-- clangd/unittests/{lit.cfg.in => lit.cfg.py} | 10 ++++------ clangd/unittests/lit.site.cfg.py.in | 11 +++++++++++ 7 files changed, 58 insertions(+), 52 deletions(-) delete mode 100644 clangd/test/lit.cfg.in create mode 100644 clangd/test/lit.cfg.py copy {test => clangd/test}/lit.site.cfg.py.in (65%) rename clangd/unittests/{lit.cfg.in => lit.cfg.py} (64%) create mode 100644 clangd/unittests/lit.site.cfg.py.in