summaryrefslogtreecommitdiff
path: root/libcxx/.clang-format
diff options
context:
space:
mode:
authorNikolas Klauser <nikolasklauser@berlin.de>2023-02-11 11:54:55 +0100
committerNikolas Klauser <nikolasklauser@berlin.de>2023-02-11 18:34:40 +0100
commitaaef3b82f4f0dd3924a3491b381d5015ff472b86 (patch)
tree2dbcc1b2bf38072a2125b15a3acb9fc48f604a5a /libcxx/.clang-format
parente3eb61a8cd61736d529bf18edd5f34e6645f952e (diff)
downloadllvm-aaef3b82f4f0dd3924a3491b381d5015ff472b86.tar.gz
[libc++] Remove _LIBCPP_CONSTEVAL
All supported compilers support `consteval`, so there is no more need for the macro. Reviewed By: ldionne, Mordante, #libc Spies: libcxx-commits Differential Revision: https://reviews.llvm.org/D143489
Diffstat (limited to 'libcxx/.clang-format')
-rw-r--r--libcxx/.clang-format1
1 files changed, 0 insertions, 1 deletions
diff --git a/libcxx/.clang-format b/libcxx/.clang-format
index 77ffa23435cc..980f881eac5d 100644
--- a/libcxx/.clang-format
+++ b/libcxx/.clang-format
@@ -37,7 +37,6 @@ AttributeMacros: ['_LIBCPP_HIDE_FROM_ABI',
'_LIBCPP_EXCLUDE_FROM_EXPLICIT_INSTANTIATION',
'_LIBCPP_HIDE_FROM_ABI_AFTER_V1',
'_LIBCPP_INLINE_VISIBILITY',
- '_LIBCPP_CONSTEVAL',
'_LIBCPP_NOALIAS',
'_LIBCPP_USING_IF_EXISTS',
'_LIBCPP_DEPRECATED',