[PATCH] D42225: libcxx: Provide overloads for basic_filebuf::open() et al that take wchar_t* filenames on Windows.

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 19 20:36:55 PST 2018


pcc updated this revision to Diff 130747.
pcc added a comment.

- Add tests, address review comments


https://reviews.llvm.org/D42225

Files:
  libcxx/include/__config
  libcxx/include/fstream
  libcxx/test/libcxx/input.output/file.streams/fstreams/fstream.cons/wchar_pointer.pass.cpp
  libcxx/test/libcxx/input.output/file.streams/fstreams/fstream.members/open_wchar_pointer.pass.cpp
  libcxx/test/libcxx/input.output/file.streams/fstreams/ifstream.cons/test.dat
  libcxx/test/libcxx/input.output/file.streams/fstreams/ifstream.cons/wchar_pointer.pass.cpp
  libcxx/test/libcxx/input.output/file.streams/fstreams/ifstream.members/open_wchar_pointer.pass.cpp
  libcxx/test/libcxx/input.output/file.streams/fstreams/ifstream.members/test.dat
  libcxx/test/libcxx/input.output/file.streams/fstreams/ofstream.cons/wchar_pointer.pass.cpp
  libcxx/test/libcxx/input.output/file.streams/fstreams/ofstream.members/open_wchar_pointer.pass.cpp
  libcxx/test/support/platform_support.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42225.130747.patch
Type: text/x-patch
Size: 21203 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180120/80152090/attachment.bin>


More information about the llvm-commits mailing list