summaryrefslogtreecommitdiffstats
path: root/unittests/clangd/CancellationTests.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Move clangd tests to clangd directory. check-clangd is no longer par...Sam McCall2019-04-291-65/+0
* [clangd] Remove 'using namespace llvm' from .cpp files. NFCIlya Biryukov2019-01-071-2/+1
* [clangd] Namespace style cleanup in cpp files. NFC.Sam McCall2018-10-201-1/+2
* [clangd] Simplify cancellation public APISam McCall2018-09-131-25/+16
* [clangd] Initial cancellation mechanism for LSP requests.Kadir Cetinkaya2018-08-241-0/+74