[libcxx-commits] [PATCH] D107239: [libcxx] Remove _LIBCPP_HAS_NO_BUILTIN_IS_CONSTANT_EVALUATED

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun Aug 1 11:03:56 PDT 2021


Mordante created this revision.
Mordante added a reviewer: ldionne.
Herald added a subscriber: arichardson.
Mordante requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D107239

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D107239.363343.patch
Type: text/x-patch
Size: 8863 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210801/d9062357/attachment.bin>


More information about the libcxx-commits mailing list