[PATCH] D52084: [clangd] NFC: Update documentation of Iterator's dump format
Eric Liu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 18 07:15:32 PDT 2018
ioeric accepted this revision.
ioeric added inline comments.
================
Comment at: clang-tools-extra/clangd/index/dex/PostingList.cpp:66
+ OS << "... ";
if (Index != std::end(Documents))
+ OS << *Index << " ...";
----------------
nit: should we drop the trailing `...` if Index is the last element?
https://reviews.llvm.org/D52084
More information about the cfe-commits
mailing list