[PATCH] D42524: [clangd] Improve the tracing API

Ilya Biryukov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 25 02:56:19 PST 2018


ilya-biryukov created this revision.
ilya-biryukov added a reviewer: sammccall.
Herald added subscribers: ioeric, jkorous-apple, klimek.

The new API allows tracing events to outlive individual Spans and
gives a guarantee that invididual Spans will be not be called from
multiple threads.


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D42524

Files:
  clangd/JSONRPCDispatcher.cpp
  clangd/Trace.cpp
  clangd/Trace.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42524.131405.patch
Type: text/x-patch
Size: 9234 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180125/01b736c3/attachment.bin>


More information about the cfe-commits mailing list