summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/unittests/clangd/JSONTransportTests.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Move clangd tests to clangd directory. check-clangd is no longer par...Sam McCall2019-04-291-205/+0
* Fix clangd unittest _WIN32 ifdefReid Kleckner2019-04-011-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [clangd] Include <cstdio> instead of <stdio.h>. NFCIlya Biryukov2019-01-071-1/+1
* [clangd] Remove 'using namespace llvm' from .cpp files. NFCIlya Biryukov2019-01-071-10/+12
* [clangd] clang-format everything. NFCIlya Biryukov2019-01-031-3/+2
* Check that __MAC_OS_X_VERSION_MIN_REQUIRED is defined before checkingAkira Hatanaka2018-10-201-1/+3
* [clangd] Namespace style cleanup in cpp files. NFC.Sam McCall2018-10-201-5/+5
* Disable unittests/clangd/JSONTransportTests.cpp on versions of macosxAkira Hatanaka2018-10-201-2/+3
* [clangd] Refactor JSON-over-stdin/stdout code into Transport abstraction. (re...Sam McCall2018-10-171-0/+202
* Revert "[clangd] Refactor JSON-over-stdin/stdout code into Transport abstract...Krasimir Georgiev2018-10-161-199/+0
* [clangd] Refactor JSON-over-stdin/stdout code into Transport abstraction.Sam McCall2018-10-161-0/+199
OpenPOWER on IntegriCloud