[all-commits] [llvm/llvm-project] 5a305c: [libc++] Use __is_pointer_in_range for char_traits...
philnik777 via All-commits
all-commits at lists.llvm.org
Sun Nov 19 07:49:53 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5a305cea52bf45d4070b366fd7bc7592b6db0072
https://github.com/llvm/llvm-project/commit/5a305cea52bf45d4070b366fd7bc7592b6db0072
Author: philnik777 <nikolasklauser at berlin.de>
Date: 2023-11-19 (Sun, 19 Nov 2023)
Changed paths:
M libcxx/include/__string/char_traits.h
Log Message:
-----------
[libc++] Use __is_pointer_in_range for char_traits checks (#72643)
This allows us to also check the constraints during constant evaluation.
More information about the All-commits
mailing list