[all-commits] [llvm/llvm-project] 3b92cf: [libc++] Add _LIBCPP_NODEBUG to __unwrap_ref_decay_t

Nikolas Klauser via All-commits all-commits at lists.llvm.org
Wed Jan 8 13:30:58 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3b92cf281a20a90717e481f80cc010da8096c249
      https://github.com/llvm/llvm-project/commit/3b92cf281a20a90717e481f80cc010da8096c249
  Author: Nikolas Klauser <nikolasklauser at berlin.de>
  Date:   2025-01-08 (Wed, 08 Jan 2025)

  Changed paths:
    M libcxx/include/__type_traits/unwrap_ref.h

  Log Message:
  -----------
  [libc++] Add _LIBCPP_NODEBUG to __unwrap_ref_decay_t

`__unwrap_ref_decay_t` should be marked `_LIBCPP_NODEBUG`, since it's
and internal type alias and this causes our CI to fail currently, since
we started enforcing this policy via clang-tidy.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list