| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[libc++][test] Use LIBCPP_ASSERT in some system_category-related tests (#78834) | 2 年前 | |
[libc++] Clean up and update deployment target features (#96312) This patch removes many annotations that are not relevant anymore since we don't support or test back-deploying to macOS < 10.13. It also cleans up raw usage of target triples to identify versions of dylibs shipped on prior versions of macOS, and uses the target-agnostic Lit features instead. Finally, it reorders both the Lit backdeployment features and the corresponding availability macros in the library in a way that makes more sense, and reformulates the Lit backdeployment features in terms of when a version of LLVM was introduced instead of encoding the system versions on which it hasn't been introduced yet. Although one can be derived from the other, encoding the negative form is extremely error-prone. Fixes #80901 | 2 年前 | |
[libc++] Granularize system_error. Reviewed By: #libc, philnik Differential Revision: https://reviews.llvm.org/D147853 | 3 年前 | |
[libc++][Android] Rename user NS to User to avoid conflict with struct Bionic's sys/user.h declares a "struct user". The header tends to be included, and when it is, it conflicts with "namespace user". Rename user to User. Differential Revision: https://reviews.llvm.org/D139380 | 3 年前 | |
[libc++] Complete the implementation of N4190 Fixes #37402 Reviewed By: ldionne Spies: EricWF, avogelsgesang, libcxx-commits, arphaman Differential Revision: https://reviews.llvm.org/D124346 | 4 年前 | |
[libc++] Remove <clocale> from some system_error tests The explicit call to std::setlocale(LC_ALL, "C") isn't required, since the Standard already says the equivalent of this call is performed on program startup. | 5 年前 | |
[libc++] Deprecates std::errc constants. (#80542) Implements: - LWG3869 Deprecate std::errc constants related to UNIX STREAMS | 2 年前 | |
[libc++][ABI Break] Make is_error_condition_enum_v and is_error_code_enum_v bool, not size_t is_error_condition_enum_v and is_error_code_enum_v are currently of type size_t, but the standard mandates they are of type bool. This is an ABI break technically since the size of these variable templates has changed. Document it as such in the release notes. Fixes https://bugs.llvm.org/show_bug.cgi?id=50755 Reviewed By: ldionne, Quuxplusone, #libc, var-const Differential Revision: https://reviews.llvm.org/D112553 | 4 年前 | |
[libc++] Granularize system_error. Reviewed By: #libc, philnik Differential Revision: https://reviews.llvm.org/D147853 | 3 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 2 年前 | ||
| 2 年前 | ||
| 3 年前 | ||
| 3 年前 | ||
| 4 年前 | ||
| 5 年前 | ||
| 2 年前 | ||
| 4 年前 | ||
| 3 年前 |