[libcxx-commits] [PATCH] D67086: Implement syncstream (p0053)

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Sep 8 03:37:13 PDT 2023


Mordante updated this revision to Diff 556244.
Mordante added a comment.

CI fixes.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D67086

Files:
  libcxx/docs/FeatureTestMacroTable.rst
  libcxx/docs/Status/Cxx20Papers.csv
  libcxx/include/CMakeLists.txt
  libcxx/include/__std_clang_module
  libcxx/include/iosfwd
  libcxx/include/syncstream
  libcxx/include/version
  libcxx/modules/std.cppm.in
  libcxx/modules/std/syncstream.inc
  libcxx/test/libcxx/transitive_includes/cxx03.csv
  libcxx/test/libcxx/transitive_includes/cxx11.csv
  libcxx/test/libcxx/transitive_includes/cxx14.csv
  libcxx/test/libcxx/transitive_includes/cxx17.csv
  libcxx/test/libcxx/transitive_includes/cxx20.csv
  libcxx/test/libcxx/transitive_includes/cxx23.csv
  libcxx/test/libcxx/transitive_includes/cxx26.csv
  libcxx/test/std/input.output/syncstream/osyncstream/assign.pass.cpp
  libcxx/test/std/input.output/syncstream/osyncstream/const.pass.cpp
  libcxx/test/std/input.output/syncstream/osyncstream/members.pass.cpp
  libcxx/test/std/input.output/syncstream/osyncstream/thread/basic.pass.cpp
  libcxx/test/std/input.output/syncstream/osyncstream/thread/several_threads.pass.cpp
  libcxx/test/std/input.output/syncstream/osyncstream/types.pass.cpp
  libcxx/test/std/input.output/syncstream/syncbuf/assign.pass.cpp
  libcxx/test/std/input.output/syncstream/syncbuf/cons.pass.cpp
  libcxx/test/std/input.output/syncstream/syncbuf/members.pass.cpp
  libcxx/test/std/input.output/syncstream/syncbuf/special.pass.cpp
  libcxx/test/std/input.output/syncstream/syncbuf/virtuals.pass.cpp
  libcxx/test/std/language.support/support.limits/support.limits.general/syncstream.version.compile.pass.cpp
  libcxx/test/std/language.support/support.limits/support.limits.general/syncstream.version.pass.cpp
  libcxx/test/std/language.support/support.limits/support.limits.general/version.version.compile.pass.cpp
  libcxx/utils/generate_feature_test_macro_components.py
  libcxx/utils/libcxx/header_information.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67086.556244.patch
Type: text/x-patch
Size: 60086 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230908/82f5c118/attachment-0001.bin>


More information about the libcxx-commits mailing list