[PATCH] D52711: [clangd] Dex: add Corpus factory for iterators, rename, fold constant. NFC
Eric Liu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 2 03:09:36 PDT 2018
ioeric accepted this revision.
ioeric added inline comments.
This revision is now accepted and ready to land.
================
Comment at: clangd/index/dex/Iterator.h:131
+struct Corpus {
+ DocID Size;
+
----------------
Maybe make this a constant and initialize it via a constructor?
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D52711
More information about the cfe-commits
mailing list