summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd/Trace.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Remove obsolete includes. NFCSam McCall2019-09-041-1/+0
* [clang-tools-extra] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-2/+2
* [clangd] Use JSON streaming API for Trace rather than pasting strings. NFCSam McCall2019-04-251-16/+18
* 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-44/+49
* [clangd] clang-format everything. NFCIlya Biryukov2019-01-031-3/+1
* [clangd] Namespace style cleanup in cpp files. NFC.Sam McCall2018-10-201-9/+8
* [clangd] Remove JSON library in favor of llvm/Support/JSONSam McCall2018-07-091-32/+31
* [clangd] Tracing: name worker threads, and enforce naming scheduled async tasksSam McCall2018-02-191-3/+5
* [clangd] Fix make_unique ambiguity, NFCSam McCall2018-02-151-2/+2
* [clangd] Fix tracing now that spans lifetimes can overlap on a thread.Sam McCall2018-02-151-20/+108
* [clangd] Pass Context implicitly using TLS.Sam McCall2018-01-311-11/+15
* [clangd] Modify the Span API so that Spans propagate with contexts.Sam McCall2018-01-261-25/+16
* [clangd] Put all #includes in one block in clangd source files. NFCEric Liu2017-12-141-1/+0
* [clangd] Changed tracing interfacesIlya Biryukov2017-12-141-16/+26
* [clangd] Implemented tracing using ContextIlya Biryukov2017-12-141-20/+27
* [clangd] Switch from YAMLParser to JSONExprSam McCall2017-11-281-1/+0
* [clangd] Tracing improvementsSam McCall2017-11-231-20/+33
* [clangd] Fix time units in clangd performance traceSam McCall2017-11-151-1/+1
* Performance tracing facility for clangd.Sam McCall2017-11-021-0/+121
OpenPOWER on IntegriCloud