summaryrefslogtreecommitdiffstats
path: root/unittests/clangd/TraceTests.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Move clangd tests to clangd directory. check-clangd is no longer par...Sam McCall2019-04-291-127/+0
* 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-15/+16
* [clangd] Namespace style cleanup in cpp files. NFC.Sam McCall2018-10-201-2/+2
* Fix misuse of llvm::YAML in clangd test.Jordan Rose2018-03-231-1/+1
* [clangd] Fix tracing now that spans lifetimes can overlap on a thread.Sam McCall2018-02-151-3/+1
* [clangd] Pass Context implicitly using TLS.Sam McCall2018-01-311-3/+2
* [clangd] Modify the Span API so that Spans propagate with contexts.Sam McCall2018-01-261-2/+2
* [clangd] Implemented tracing using ContextIlya Biryukov2017-12-141-3/+5
* [clangd] Tracing improvementsSam McCall2017-11-231-1/+1
* Fix clangd test on platforms where get_thread_name does nothing.Sam McCall2017-11-021-2/+10
* Performance tracing facility for clangd.Sam McCall2017-11-021-0/+120