[all-commits] [llvm/llvm-project] 5a6c1c: [libc++] Change _LIBCPP_CONSTEXPR_SINCE_XXX to con...

Louis Dionne via All-commits all-commits at lists.llvm.org
Fri Aug 18 10:44:51 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5a6c1ce189b54dbae6e79c7b66d519152660ba75
      https://github.com/llvm/llvm-project/commit/5a6c1ce189b54dbae6e79c7b66d519152660ba75
  Author: Louis Dionne <ldionne.2 at gmail.com>
  Date:   2023-08-18 (Fri, 18 Aug 2023)

  Changed paths:
    M libcxx/src/chrono.cpp
    M libcxx/src/condition_variable.cpp
    M libcxx/src/experimental/memory_resource.cpp
    M libcxx/src/filesystem/error.h
    M libcxx/src/filesystem/time_utils.h
    M libcxx/src/locale.cpp
    M libcxx/src/memory.cpp
    M libcxx/src/memory_resource.cpp
    M libcxx/test/libcxx/input.output/filesystems/class.directory_entry/directory_entry.mods/last_write_time.pass.cpp

  Log Message:
  -----------
  [libc++] Change _LIBCPP_CONSTEXPR_SINCE_XXX to constexpr in the dylib

Since we build the dylib with C++20, there's no need to use conditional
macros anymore.

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




More information about the All-commits mailing list