summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/clangd/trace.test
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Move clangd tests to clangd directory. check-clangd is no longer par...Sam McCall2019-04-291-28/+0
* [clangd] Use JSON streaming API for Trace rather than pasting strings. NFCSam McCall2019-04-251-14/+17
* [clangd] Refactor JSON-over-stdin/stdout code into Transport abstraction. (re...Sam McCall2018-10-171-0/+2
* Revert "[clangd] Refactor JSON-over-stdin/stdout code into Transport abstract...Krasimir Georgiev2018-10-161-2/+0
* [clangd] Refactor JSON-over-stdin/stdout code into Transport abstraction.Sam McCall2018-10-161-0/+2
* [clangd] Keep only a limited number of idle ASTs in memoryIlya Biryukov2018-06-011-2/+2
* [clangd] Use explicit env in test to make lit+windows happy. NFCSam McCall2018-02-151-1/+1
* [clangd] Fix tracing now that spans lifetimes can overlap on a thread.Sam McCall2018-02-151-13/+17
* [clangd] Configure clangd tracing with CLANGD_TRACE env instead of -trace flagSam McCall2018-02-141-1/+1
* [clangd] Attempt to unbreak windows buildbots.Ilya Biryukov2018-02-061-1/+1
* [clangd] Support simpler JSON-RPC stream parsing for lit tests.Sam McCall2018-02-061-26/+19
* [clangd] Add a test URI scheme for lit tests to unbreak platform-specific URI...Eric Liu2018-01-311-2/+2
* [clangd] New conventions for JSON-marshalling functions, centralize machinerySam McCall2017-11-301-1/+1
* [clangd] Tracing improvementsSam McCall2017-11-231-4/+14
* Performance tracing facility for clangd.Sam McCall2017-11-021-0/+16
OpenPOWER on IntegriCloud