Author: sammccall Date: Tue Oct 2 06:51:43 2018 New Revision: 343590 URL: http://llvm.org/viewvc/llvm-project?rev=343590&view=rev Log: [clangd] Zap TODONEs
Modified: clang-tools-extra/trunk/clangd/index/dex/Iterator.h Modified: clang-tools-extra/trunk/clangd/index/dex/Iterator.h URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/clangd/index/dex/Iterator.h?rev=343590&r1=343589&r2=343590&view=diff ============================================================================== --- clang-tools-extra/trunk/clangd/index/dex/Iterator.h (original) +++ clang-tools-extra/trunk/clangd/index/dex/Iterator.h Tue Oct 2 06:51:43 2018 @@ -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. _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits