[libcxx-commits] [PATCH] D98097: [libc++] "Merged wording" for D98077 and D96986

Arthur O'Dwyer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Mar 8 05:57:46 PST 2021


Quuxplusone updated this revision to Diff 328990.
Quuxplusone added a comment.

Adjust expected output in tests.
Guard `_LIBCPP_FORMAT_PRINTF` with `defined(__GNUC__) || defined(__clang__)` so as to pick up clang-cl support.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D98097/new/

https://reviews.llvm.org/D98097

Files:
  libcxx/include/__config
  libcxx/src/filesystem/directory_iterator.cpp
  libcxx/src/filesystem/filesystem_common.h
  libcxx/src/filesystem/operations.cpp
  libcxx/test/support/filesystem_test_helper.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D98097.328990.patch
Type: text/x-patch
Size: 9175 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210308/026b96d6/attachment-0001.bin>


More information about the libcxx-commits mailing list