[all-commits] [llvm/llvm-project] 2c1066: [libc++][NFC] Merge add_{const, cv, volatile}.h in...

Nikolas Klauser via All-commits all-commits at lists.llvm.org
Sun Nov 10 04:22:03 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2c10664afafcd5915ebbde9cb7cb0e9cf8751b34
      https://github.com/llvm/llvm-project/commit/2c10664afafcd5915ebbde9cb7cb0e9cf8751b34
  Author: Nikolas Klauser <nikolasklauser at berlin.de>
  Date:   2024-11-10 (Sun, 10 Nov 2024)

  Changed paths:
    M libcxx/include/CMakeLists.txt
    R libcxx/include/__type_traits/add_const.h
    R libcxx/include/__type_traits/add_cv.h
    A libcxx/include/__type_traits/add_cv_quals.h
    R libcxx/include/__type_traits/add_volatile.h
    M libcxx/include/__type_traits/is_trivially_assignable.h
    M libcxx/include/__utility/as_const.h
    M libcxx/include/any
    M libcxx/include/module.modulemap
    M libcxx/include/type_traits
    M libcxx/include/variant

  Log Message:
  -----------
  [libc++][NFC] Merge add_{const, cv, volatile}.h into a single header (#115610)

There isn't much benefit in having granular headers for only a few
simple lines of code.



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