[all-commits] [llvm/llvm-project] 860146: [libc++] Make sure the LLVM libc shared utilities ...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Mon Dec 1 12:17:38 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 860146c4b6856e5c2a57218fd9e70f131280b00f
https://github.com/llvm/llvm-project/commit/860146c4b6856e5c2a57218fd9e70f131280b00f
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2025-12-01 (Mon, 01 Dec 2025)
Changed paths:
M libcxx/src/include/from_chars_floating_point.h
Log Message:
-----------
[libc++] Make sure the LLVM libc shared utilities use libc++'s assertion mechanism (#170149)
Otherwise, they would use their own mechanism based on C assert. It's
better to use the same assertion mechanism consistently everywhere since
this code is considered an implementation detail of libc++.
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