[all-commits] [llvm/llvm-project] eb2725: [libc] Add erase function to blockstore (#98674)
Michael Jones via All-commits
all-commits at lists.llvm.org
Fri Jul 12 13:09:09 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: eb27256850ad792a287a8547c88410b7cf1bcb42
https://github.com/llvm/llvm-project/commit/eb27256850ad792a287a8547c88410b7cf1bcb42
Author: Michael Jones <michaelrj at google.com>
Date: 2024-07-12 (Fri, 12 Jul 2024)
Changed paths:
M libc/src/__support/blockstore.h
M libc/test/src/__support/blockstore_test.cpp
Log Message:
-----------
[libc] Add erase function to blockstore (#98674)
Reland of #97641 with sanitizer fixes
This adds the ability to erase a value from a blockstore based on an
iterator. For usability/testing purposes it also includes an addition
operator for blockstore's iterator.
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