[all-commits] [llvm/llvm-project] 112310: [libcxx] Remove _LIBCPP_HAS_NO_BUILTIN_IS_CONSTANT...

mordante via All-commits all-commits at lists.llvm.org
Tue Aug 10 10:00:08 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1123100a16a321d70508e2508ebc5d57ce7163dc
      https://github.com/llvm/llvm-project/commit/1123100a16a321d70508e2508ebc5d57ce7163dc
  Author: Mark de Wever <koraq at xs4all.nl>
  Date:   2021-08-10 (Tue, 10 Aug 2021)

  Changed paths:
    M libcxx/include/__config
    M libcxx/include/__format/format_parse_context.h
    M libcxx/include/type_traits
    M libcxx/include/version
    M libcxx/test/libcxx/type_traits/is_constant_evaluated.pass.cpp
    M libcxx/test/std/language.support/support.limits/support.limits.general/type_traits.version.pass.cpp
    M libcxx/test/std/language.support/support.limits/support.limits.general/version.version.pass.cpp
    M libcxx/utils/generate_feature_test_macro_components.py

  Log Message:
  -----------
  [libcxx] Remove _LIBCPP_HAS_NO_BUILTIN_IS_CONSTANT_EVALUATED

All supported compilers should support
_LIBCPP_HAS_NO_BUILTIN_IS_CONSTANT_EVALUATED so this can be removed.

Reviewed By: ldionne, #libc, Quuxplusone

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




More information about the All-commits mailing list