[PATCH] D48938: [clangd] Track origins of symbols (various indexes, Sema).
Eric Liu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 4 06:59:30 PDT 2018
ioeric accepted this revision.
ioeric added a comment.
This revision is now accepted and ready to land.
lgtm. neat!
================
Comment at: clangd/index/Index.cpp:50
+ return OS << "unknown";
+ static char Sigils[] = "ADSM4567";
+ for (unsigned I = 0; I < sizeof(Sigils); ++I)
----------------
nit: `constexpr`?
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D48938
More information about the cfe-commits
mailing list