[libcxx-commits] [PATCH] D135163: [libc++] Get rid of _LIBCPP_HAS_OPEN_WITH_WCHAR in the test suite
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Oct 4 10:17:48 PDT 2022
ldionne added inline comments.
================
Comment at: libcxx/test/libcxx/input.output/file.streams/fstreams/wide_temp_file.h:18
+
+_LIBCPP_SUPPRESS_DEPRECATED_PUSH
+inline std::wstring get_wide_temp_file_name() {
----------------
philnik wrote:
> Since we are in the test suite I'd rather use `TEST_DIAGNOSTIC_PUSH`, `TEST_CLANG_DIAGNOSTIC_IGNORED` and `TEST_DIAGNOSTIC_POP`.
Thanks, I forgot we had those.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135163/new/
https://reviews.llvm.org/D135163
More information about the libcxx-commits
mailing list