[all-commits] [llvm/llvm-project] d3d079: [NFC][libc++] Addresses LWG3905.
Mark de Wever via All-commits
all-commits at lists.llvm.org
Sat Jul 8 03:57:09 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d3d079678ccde1885832f793a9746d0905367de6
https://github.com/llvm/llvm-project/commit/d3d079678ccde1885832f793a9746d0905367de6
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2023-07-08 (Sat, 08 Jul 2023)
Changed paths:
M libcxx/docs/Status/Cxx2cIssues.csv
M libcxx/test/std/depr/depr.c.headers/fenv_h.compile.pass.cpp
Log Message:
-----------
[NFC][libc++] Addresses LWG3905.
Note libc++ implemented this in its initial version. It always used the type
from the C library and never validated whether it was an integer type.
Implements
- LWG3905 Type of std::fexcept_t
Reviewed By: #libc, philnik
Differential Revision: https://reviews.llvm.org/D153285
More information about the All-commits
mailing list