[PATCH] D108124: Fix type in DenseMap<BitVector, *> to match V.size()
serge via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 16 05:35:42 PDT 2021
serge-sans-paille added a comment.
SmallBitVector `size` method indeed return a `size_t`, but in a great show of consistency, `BitVector` doesn't (it returns `size_type` which aliases to `unsigned`)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108124/new/
https://reviews.llvm.org/D108124
More information about the llvm-commits
mailing list