[all-commits] [llvm/llvm-project] 3c28ce: [libc++] Adds __throw_system_error overload.
Mark de Wever via All-commits
all-commits at lists.llvm.org
Tue Aug 29 10:08:35 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3c28ce6bec7699670a483b8cb254fe620e533eeb
https://github.com/llvm/llvm-project/commit/3c28ce6bec7699670a483b8cb254fe620e533eeb
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2023-08-29 (Tue, 29 Aug 2023)
Changed paths:
M libcxx/include/__system_error/system_error.h
M libcxx/src/print.cpp
M libcxx/src/system_error.cpp
Log Message:
-----------
[libc++] Adds __throw_system_error overload.
This was mention in D150044 and D154995 that this would be useful.
This addresses the last review coment of D150044.
Reviewed By: #libc, ldionne
Differential Revision: https://reviews.llvm.org/D156019
More information about the All-commits
mailing list