You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
libcxx_old/test/libcxx/input.output/file.streams/fstreams
Eric Fiselier b232793189 Work around Clang bug introduced in r324062
When Clang encounters an already invalid class declaration, it can
emit incorrect diagnostics about the exception specification on
some of its members. This patch temporarily works around that
incorrect diagnostic.

The clang bug was introduced in r324062.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@324164 91177308-0d34-0410-b5e6-96231b3b80d8
8 years ago
..
filebuf Add static_asserts to basic_ios and basic_stream_buf to ensure that that the traits match the character type. This is a requirement on the user - now we get consistent failures at compile time instead of incomprehensible error messages or runtime failures. This is also LWG#2994 - not yet adopted. 8 years ago
fstream.cons libcxx: Provide overloads for basic_filebuf::open() et al that take wchar_t* filenames on Windows. 8 years ago
fstream.members libcxx: Provide overloads for basic_filebuf::open() et al that take wchar_t* filenames on Windows. 8 years ago
ifstream.cons libcxx: Provide overloads for basic_filebuf::open() et al that take wchar_t* filenames on Windows. 8 years ago
ifstream.members libcxx: Provide overloads for basic_filebuf::open() et al that take wchar_t* filenames on Windows. 8 years ago
ofstream.cons libcxx: Provide overloads for basic_filebuf::open() et al that take wchar_t* filenames on Windows. 8 years ago
ofstream.members libcxx: Provide overloads for basic_filebuf::open() et al that take wchar_t* filenames on Windows. 8 years ago
traits_mismatch.fail.cpp Work around Clang bug introduced in r324062 8 years ago
version.pass.cpp Move remaining _LIBCPP_VERSION tests into test/libcxx 10 years ago