This revision was automatically updated to reflect the committed changes.
Closed by commit rG37cc3ee8c555: [clangd] Switch FindSymbolsTests to use TestTU
(authored by kadircet).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82944/new/
https://review
kadircet updated this revision to Diff 275069.
kadircet marked an inline comment as done.
kadircet added a comment.
- Get rid of the fixtures
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82944/new/
https://reviews.llvm.org/D82944
Files:
clang-t
sammccall accepted this revision.
sammccall added a comment.
This revision is now accepted and ready to land.
LG, thanks!
Comment at: clang-tools-extra/clangd/unittests/FindSymbolsTests.cpp:47
-ClangdServer::Options optsForTests() {
- auto ServerOpts = ClangdServer::optsForT
kadircet created this revision.
kadircet added a reviewer: sammccall.
Herald added subscribers: cfe-commits, usaxena95, arphaman, jkorous, MaskRay,
ilya-biryukov.
Herald added a project: clang.
This gets rid of the dependency on ClangdServer and a bunch of extra
infrastructure coming with it. Als