[all-commits] [llvm/llvm-project] 380b6a: [libc++][NFC] rename __is_trivially_equality_compa...

philnik777 via All-commits all-commits at lists.llvm.org
Wed Apr 12 05:31:30 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 380b6a13dad61e1d90e68fdd128af5dc177db3e1
      https://github.com/llvm/llvm-project/commit/380b6a13dad61e1d90e68fdd128af5dc177db3e1
  Author: Nikolas Klauser <nikolasklauser at berlin.de>
  Date:   2023-04-12 (Wed, 12 Apr 2023)

  Changed paths:
    M libcxx/include/__algorithm/equal.h
    M libcxx/include/__string/constexpr_c_functions.h
    M libcxx/include/__type_traits/is_equality_comparable.h
    M libcxx/test/libcxx/type_traits/is_trivially_comparable.compile.pass.cpp

  Log Message:
  -----------
  [libc++][NFC] rename __is_trivially_equality_comparable to __libcpp_is_trivially_equality_comparable

This is required for D147175.

Reviewed By: ldionne, Mordante, #libc

Spies: libcxx-commits

Differential Revision: https://reviews.llvm.org/D147953




More information about the All-commits mailing list