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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to