[all-commits] [llvm/llvm-project] 122924: [clangd] Set up machinery for gtests of ClangdLSPS...
Sam McCall via All-commits
all-commits at lists.llvm.org
Thu Apr 9 17:51:16 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 1229245df7c7323fa916054bf20edc01b3606dd2
https://github.com/llvm/llvm-project/commit/1229245df7c7323fa916054bf20edc01b3606dd2
Author: Sam McCall <sam.mccall at gmail.com>
Date: 2020-04-10 (Fri, 10 Apr 2020)
Changed paths:
M clang-tools-extra/clangd/unittests/CMakeLists.txt
A clang-tools-extra/clangd/unittests/ClangdLSPServerTests.cpp
A clang-tools-extra/clangd/unittests/LSPClient.cpp
A clang-tools-extra/clangd/unittests/LSPClient.h
Log Message:
-----------
[clangd] Set up machinery for gtests of ClangdLSPServer.
Summary:
This is going to be needed to test e.g. diagnostics regeneration on
didSave where files changed on disk. Coordinating such changes is too
hard in lit tests.
Reviewers: kadircet
Subscribers: mgorny, ilya-biryukov, MaskRay, jkorous, arphaman, usaxena95, cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D77766
More information about the All-commits
mailing list