- Corpus avoids having to pass size to the true iterator, and (soon) any iterator that might optimize down to true.
- Shorten names of factory functions now they're scoped to the Corpus. intersect() and unionOf() rather than createAnd() or createOr() as this seems to read better to me, and fits with other short names. Opinion wanted!
- DEFAULT_BOOST_SCORE --> 1. This is a multiplier, don't obfuscate identity.
- Simplify variadic templates in Iterator.h
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
clangd/index/dex/Iterator.h | ||
---|---|---|
131 ↗ | (On Diff #167687) | Maybe make this a constant and initialize it via a constructor? |