[libcxx-commits] [PATCH] D65667: [libcxx] Avoid destructor call for error_category singletons
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Jun 10 07:10:23 PDT 2022
ldionne updated this revision to Diff 435906.
ldionne added a comment.
Herald added a subscriber: mgorny.
Rebase and implement my suggestion.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65667/new/
https://reviews.llvm.org/D65667
Files:
libcxx/src/CMakeLists.txt
libcxx/src/error_category.cpp
libcxx/src/future.cpp
libcxx/src/ios.cpp
libcxx/src/system_error.cpp
libcxx/test/std/diagnostics/syserr/syserr.errcat/syserr.errcat.objects/generic_category.pass.cpp
libcxx/test/std/diagnostics/syserr/syserr.errcat/syserr.errcat.objects/system_category.pass.cpp
libcxx/test/std/input.output/iostreams.base/std.ios.manip/error.reporting/iostream_category.pass.cpp
libcxx/test/std/thread/futures/futures.errors/future_category.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65667.435906.patch
Type: text/x-patch
Size: 8929 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220610/32fc5c7b/attachment-0001.bin>
More information about the libcxx-commits
mailing list