aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Lexer
diff options
context:
space:
mode:
authorMariya Podchishchaeva <mariya.podchishchaeva@intel.com>2023-06-13 03:50:10 -0400
committerMariya Podchishchaeva <mariya.podchishchaeva@intel.com>2023-06-13 03:50:24 -0400
commitbba6ea8c2d56faad49936b95a57c7499095b920b (patch)
treedbcf7ac1faa206eac734ec120d48cc23d5c1a9b6 /clang/test/Lexer
parentd209084720c4aad27cafd9484a468f78408dbf04 (diff)
downloadllvm-bba6ea8c2d56faad49936b95a57c7499095b920b.zip
llvm-bba6ea8c2d56faad49936b95a57c7499095b920b.tar.gz
llvm-bba6ea8c2d56faad49936b95a57c7499095b920b.tar.bz2
[C++20] Claim full support for consteval again
After resolving several outstanding issues now is the time to mark it as fully supported. Fixes https://github.com/llvm/llvm-project/issues/57094 Reviewed By: aaron.ballman, cor3ntin, #clang-language-wg Differential Revision: https://reviews.llvm.org/D147717
Diffstat (limited to 'clang/test/Lexer')
-rw-r--r--clang/test/Lexer/cxx-features.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/clang/test/Lexer/cxx-features.cpp b/clang/test/Lexer/cxx-features.cpp
index 5d157ea..6d4cb25 100644
--- a/clang/test/Lexer/cxx-features.cpp
+++ b/clang/test/Lexer/cxx-features.cpp
@@ -78,8 +78,7 @@
#error "wrong value for __cpp_conditional_explicit"
#endif
-#if check(consteval, 0, 0, 0, 0, 0, 0)
-// FIXME: 201811 in C++20
+#if check(consteval, 0, 0, 0, 0, 202211, 202211)
#error "wrong value for __cpp_consteval"
#endif