[libcxx-commits] [PATCH] D142993: [libcxx] Add _LIBCPP_NODEBUG to global std::ranges::__cpo variables
Michael Buch via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Feb 1 03:09:56 PST 2023
Michael137 added a comment.
In D142993#4094284 <https://reviews.llvm.org/D142993#4094284>, @aprantl wrote:
> Just double-checking: This doesn't affect LLDB's ability to use range expressions in the expression evaluator, right?
Fair point, looks like evaluating ranges expressions currently doesn't quite work. Once that's fixed will check how this patch affects expression evaluation
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D142993/new/
https://reviews.llvm.org/D142993
More information about the libcxx-commits
mailing list