[all-commits] [llvm/llvm-project] 37cc3e: [clangd] Switch FindSymbolsTests to use TestTU
kadir çetinkaya via All-commits
all-commits at lists.llvm.org
Thu Jul 2 05:26:23 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 37cc3ee8c5553ec02c133e80e9ac98f5ffa525d1
https://github.com/llvm/llvm-project/commit/37cc3ee8c5553ec02c133e80e9ac98f5ffa525d1
Author: Kadir Cetinkaya <kadircet at google.com>
Date: 2020-07-02 (Thu, 02 Jul 2020)
Changed paths:
M clang-tools-extra/clangd/unittests/FindSymbolsTests.cpp
M clang-tools-extra/clangd/unittests/SyncAPI.cpp
M clang-tools-extra/clangd/unittests/SyncAPI.h
Log Message:
-----------
[clangd] Switch FindSymbolsTests to use TestTU
Summary:
This gets rid of the dependency on ClangdServer and a bunch of extra
infrastructure coming with it. Also enables us to clear SyncAPI, as it was the
sole user of runWorkspace/DocumentSymbols.
Reviewers: sammccall
Subscribers: ilya-biryukov, MaskRay, jkorous, arphaman, usaxena95, cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D82944
More information about the All-commits
mailing list