[PATCH] D38425: [clangd] Document highlights for clangd
Marc-Andre Laperle via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Dec 5 08:27:44 PST 2017
malaperle requested changes to this revision.
malaperle added a comment.
This revision now requires changes to proceed.
Sorry I forgot to submit this additional comment in my last review pass :(
================
Comment at: clangd/Protocol.cpp:365
+ {"range", toJSON(DH.range)},
+ {"kind", (int)DH.kind},
+ };
----------------
static_cast<int>(DH.kind)
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D38425
More information about the cfe-commits
mailing list