[PATCH] D50689: [clangd] NFC: Improve Dex Iterators debugging traits
Eric Liu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 16 06:11:25 PDT 2018
ioeric accepted this revision.
ioeric added inline comments.
This revision is now accepted and ready to land.
================
Comment at: clang-tools-extra/clangd/index/dex/Iterator.h:102
/// ChildN is N-th iterator child. Raw iterators over PostingList are
- /// represented as "[ID1, ID2, ...]" where IDN is N-th PostingList entry.
+ /// represented as "[ID1, ID2, ..., {IDX}, ... END]" where IDN is N-th
+ /// PostingList entry and IDX is the one currently being pointed to by the
----------------
nit: I think *IDX* might look a bit nicer. But up to you :)
https://reviews.llvm.org/D50689
More information about the cfe-commits
mailing list