[libcxx-commits] [PATCH] D108996: [libc++] Remove workarounds for [[nodebug]] not working properly on typedefs in older Clangs
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Aug 31 13:11:21 PDT 2021
ldionne updated this revision to Diff 369774.
ldionne marked 7 inline comments as done.
ldionne retitled this revision from "[libc++] Remove workarounds for [[nodebug]] not being implemented in old Clangs" to "[libc++] Remove workarounds for [[nodebug]] not working properly on typedefs in older Clangs".
ldionne edited the summary of this revision.
ldionne added a comment.
Address review comments
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108996/new/
https://reviews.llvm.org/D108996
Files:
libcxx/CMakeLists.txt
libcxx/include/__config
libcxx/include/__functional/function.h
libcxx/include/__functional/hash.h
libcxx/include/__functional/unwrap_ref.h
libcxx/include/__functional/weak_result_type.h
libcxx/include/__memory/allocator_arg_t.h
libcxx/include/__memory/allocator_traits.h
libcxx/include/__memory/compressed_pair.h
libcxx/include/__memory/pointer_traits.h
libcxx/include/__memory/shared_ptr.h
libcxx/include/__memory/unique_ptr.h
libcxx/include/__tuple
libcxx/include/__utility/integer_sequence.h
libcxx/include/__utility/move.h
libcxx/include/__utility/pair.h
libcxx/include/tuple
libcxx/include/type_traits
libcxx/include/variant
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D108996.369774.patch
Type: text/x-patch
Size: 51212 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210831/5d970cb7/attachment-0001.bin>
More information about the libcxx-commits
mailing list