[llvm] [ADT] BitVector: give `subsetOf(RHS)` name to `!test(RHS)` (NFC) (PR #170875)

Anatoly Trosinenko via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 8 04:39:41 PST 2025


atrosinenko wrote:

Sorry, I forgot to re-run `clang-format` after fixing compilation error (it is impossible to use overloaded `createBitVector` function both for bits and for ranges, as `createBitVector(Size, {})` would be ambiguous then).

https://github.com/llvm/llvm-project/pull/170875


More information about the llvm-commits mailing list