[all-commits] [llvm/llvm-project] a06073: [libc++] Add a utility to check whether a range is...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Mon Apr 15 07:45:49 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a06073f91e7bbbb532e68bbf6b903c2f5051f4c2
https://github.com/llvm/llvm-project/commit/a06073f91e7bbbb532e68bbf6b903c2f5051f4c2
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2024-04-15 (Mon, 15 Apr 2024)
Changed paths:
M libcxx/include/CMakeLists.txt
M libcxx/include/__utility/is_pointer_in_range.h
A libcxx/include/__utility/is_valid_range.h
M libcxx/include/libcxx.imp
M libcxx/include/module.modulemap
A libcxx/test/libcxx/utilities/is_valid_range.pass.cpp
Log Message:
-----------
[libc++] Add a utility to check whether a range is valid (#87665)
In the future, this utility could be made to also work with iterators,
including bounded iterators. We could also query the ASAN runtime for
this information when it's around.
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