[libcxx-commits] [PATCH] D119430: [libcxx] Wrap [[no_unique_address]] in a macro, for clang-cl
Martin Storsjö via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Feb 10 13:08:37 PST 2022
mstorsjo updated this revision to Diff 407657.
mstorsjo added a comment.
Reordered the preference between `[[msvc::no_unique_address]]` and `[[no_unique_address]]` as requestd, adjusted the comments based on that
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119430/new/
https://reviews.llvm.org/D119430
Files:
libcxx/include/__algorithm/in_in_out_result.h
libcxx/include/__algorithm/in_in_result.h
libcxx/include/__algorithm/in_out_out_result.h
libcxx/include/__algorithm/in_out_result.h
libcxx/include/__config
libcxx/include/__iterator/counted_iterator.h
libcxx/include/__ranges/copyable_box.h
libcxx/include/__ranges/drop_view.h
libcxx/include/__ranges/join_view.h
libcxx/include/__ranges/reverse_view.h
libcxx/include/__ranges/subrange.h
libcxx/include/__ranges/take_view.h
libcxx/include/__ranges/transform_view.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D119430.407657.patch
Type: text/x-patch
Size: 9820 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220210/406309e1/attachment.bin>
More information about the libcxx-commits
mailing list