[PATCH] D50970: [clangd] Implement BOOST iterator
Ilya Biryukov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 21 07:56:05 PDT 2018
ilya-biryukov added a comment.
Looking at this one. (to make sure we don't clash with @ioeric)
================
Comment at: clang-tools-extra/clangd/index/dex/Iterator.h:111
+ const static unsigned DEFAULT_BOOST_SCORE;
+
----------------
Maybe make it `constexpr` and put the value into the header?
https://reviews.llvm.org/D50970
More information about the cfe-commits
mailing list