[all-commits] [llvm/llvm-project] 0ea54b: [ADT] Mark BitVector::find_prev_unset const (NFC) ...
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Sun Aug 31 23:43:48 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0ea54be66bd7333a80ec49d2b95e09c15391c7b0
https://github.com/llvm/llvm-project/commit/0ea54be66bd7333a80ec49d2b95e09c15391c7b0
Author: Kazu Hirata <kazu at google.com>
Date: 2025-08-31 (Sun, 31 Aug 2025)
Changed paths:
M llvm/include/llvm/ADT/BitVector.h
Log Message:
-----------
[ADT] Mark BitVector::find_prev_unset const (NFC) (#156272)
find_prev_unset calls find_last_unset_in, a const method, but
find_prev_unset itself isn't marked const.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list