[libcxx-commits] [PATCH] D108996: [libc++] Remove workarounds for [[nodebug]] not being implemented in old Clangs

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Aug 31 07:33:48 PDT 2021


ldionne created this revision.
ldionne added a reviewer: Quuxplusone.
Herald added a subscriber: mgorny.
ldionne requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

Now that we don't support such old Clangs anymore, we can use [[nodebug]]
unconditionally.


Repository:
  rG LLVM Github Monorepo

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.369696.patch
Type: text/x-patch
Size: 51241 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210831/0576a25e/attachment-0001.bin>


More information about the libcxx-commits mailing list