summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd/JSONTransport.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Shutdown cleanly on signals.Sam McCall2019-11-271-6/+16
* [clang-tools-extra] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [clangd] Remove 'using namespace llvm' from .cpp files. NFCIlya Biryukov2019-01-071-56/+62
* [clangd] Namespace style cleanup in cpp files. NFC.Sam McCall2018-10-201-32/+30
* [clangd] Refactor JSON-over-stdin/stdout code into Transport abstraction. (re...Sam McCall2018-10-171-0/+298
* Revert "[clangd] Refactor JSON-over-stdin/stdout code into Transport abstract...Krasimir Georgiev2018-10-161-298/+0
* [clangd] Refactor JSON-over-stdin/stdout code into Transport abstraction.Sam McCall2018-10-161-0/+298
OpenPOWER on IntegriCloud