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



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

Reply via email to