[PATCH] D51982: [clangd] Introduce PostingList interface

Kirill Bobyrev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 13 09:46:50 PDT 2018


kbobyrev marked an inline comment as done.
kbobyrev added inline comments.


================
Comment at: clang-tools-extra/clangd/index/dex/Iterator.h:39
 #include <vector>
+#include "PostingList.h"
 
----------------
sammccall wrote:
> Why this dep? Seems circular
`Iterator` interface uses `DocID`, so I guess it should depend on `PostingList.h`, shouldn't it?


https://reviews.llvm.org/D51982





More information about the cfe-commits mailing list