[clangd] Zap TODONEs

llvm-svn: 343590
This commit is contained in:
Sam McCall 2018-10-02 13:51:43 +00:00
parent a1e7385d5c
commit 51be55d0ec
1 changed files with 0 additions and 3 deletions

View File

@ -53,9 +53,6 @@ using DocID = uint32_t;
/// (their children) to form a multi-level Query Tree. The interface is designed
/// to be extensible in order to support multiple types of iterators.
class Iterator {
// FIXME(kbobyrev): Implement iterator cost, an estimate of advance() calls
// before iterator exhaustion.
// FIXME(kbobyrev): Implement Limit iterator.
public:
/// Returns true if all valid DocIDs were processed and hence the iterator is
/// exhausted.