[PATCH] D40489: [clangd] Changed tracing interfaces

Ilya Biryukov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Dec 11 01:46:13 PST 2017


ilya-biryukov updated this revision to Diff 126318.
ilya-biryukov added a comment.

- Update the patch to accomodate changes from tracing and Context patches.
- Updated tracing after changes to Context. We now store a clone() of Context in Span instead of ContextData.
- Pass Context by const-ref instead of by ref.


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D40489

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40489.126318.patch
Type: text/x-patch
Size: 6391 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20171211/bc714955/attachment-0001.bin>


More information about the cfe-commits mailing list