[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
Mon Jan 22 18:09:40 PST 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rCXX323170: libcxx: Provide overloads for basic_filebuf::open() et al that take wchar_t*… (authored by pcc, committed by ).
Herald added a subscriber: cfe-commits.

Changed prior to commit:
  https://reviews.llvm.org/D42225?vs=130747&id=130995#toc

Repository:
  rCXX libc++

https://reviews.llvm.org/D42225

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42225.130995.patch
Type: text/x-patch
Size: 21725 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180123/8e76051f/attachment-0001.bin>


More information about the llvm-commits mailing list