文件最后提交记录最后更新时间
[libc++] Mark slow tests as unsupported on GCC Some tests in our test suite are unbelievably slow on GCC due to the use of the always_inline attribute. See [1] for more details. This patch introduces the GCC-ALWAYS_INLINE-FIXME lit feature to disable tests that are plagued by that issue. At the same time, it moves several existing tests from ad-hoc UNSUPPORTED: gcc-12 markup to the new GCC-ALWAYS_INLINE-FIXME feature, and marks the slowest tests reported by the CI as UNSUPPORTED: GCC-ALWAYS_INLINE-FIXME. [1]: https://discourse.llvm.org/t/rfc-stop-supporting-extern-instantiations-with-gcc/71277/1 Differential Revision: https://reviews.llvm.org/D1527362 年前
[libc++][format] Handle range-underlying-spec (#81914) An immediate colon signifeis that the range-format-spec contains only range-underlying-spec. This patch allows this code to compile and run: c++ std::println("{::<<9?}", std::span<const char>{"Hello", sizeof "Hello"}); 2 年前
[libc++] Mark slow tests as unsupported on GCC Some tests in our test suite are unbelievably slow on GCC due to the use of the always_inline attribute. See [1] for more details. This patch introduces the GCC-ALWAYS_INLINE-FIXME lit feature to disable tests that are plagued by that issue. At the same time, it moves several existing tests from ad-hoc UNSUPPORTED: gcc-12 markup to the new GCC-ALWAYS_INLINE-FIXME feature, and marks the slowest tests reported by the CI as UNSUPPORTED: GCC-ALWAYS_INLINE-FIXME. [1]: https://discourse.llvm.org/t/rfc-stop-supporting-extern-instantiations-with-gcc/71277/1 Differential Revision: https://reviews.llvm.org/D1527362 年前
[libc++] Add missing includes Those were found while trying to enable configurations like no-threads and no-localization with Clang modules enabled. Differential Revision: https://reviews.llvm.org/D1539772 年前
[libc++][test] Don't include test_format_context.h in parse.pass.cpp (#83734) The parse.pass.cpp tests doen't need to call test_format_context_create to create a basic_format_context, so they shouldn't include test_format_context.h. The to_address mechanism works around the iterator debugging mechanisms of MSVC STL. Related to [LWG3989](https://cplusplus.github.io/LWG/issue3989). Discovered when implementing formatter<tuple> in MSVC STL. With the inclusion removed, std/utilities/format/format.tuple/parse.pass.cpp when using enhanced MSVC STL (and /utf-8 option for MSVC).2 年前
[libc++][format] Removes the experimental status. The code has been quite ready for a while now and there are no more ABI breaking papers. So this is a good time to mark the feature as stable. Reviewed By: #libc, ldionne Differential Revision: https://reviews.llvm.org/D1508023 年前