[all-commits] [llvm/llvm-project] 611469: [libc++] Remove raw call to debug handler from __c...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Fri Mar 11 06:05:50 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 611469c5c5426c761cf02bd4bdde31890038b181
https://github.com/llvm/llvm-project/commit/611469c5c5426c761cf02bd4bdde31890038b181
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2022-03-11 (Fri, 11 Mar 2022)
Changed paths:
M libcxx/include/__string
M libcxx/include/string_view
Log Message:
-----------
[libc++] Remove raw call to debug handler from __char_traits_length_checked
As a fly-by fix, also move it closer to where it is needed, and add a
comment explaining the existence of this weird function.
Differential Revision: https://reviews.llvm.org/D121231
More information about the All-commits
mailing list