aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Lexer/cxx-features.cpp
diff options
context:
space:
mode:
authorRoy Jacobson <roi.jacobson1@gmail.com>2022-09-29 23:19:45 +0300
committerRoy Jacobson <roi.jacobson1@gmail.com>2022-09-30 11:13:18 +0300
commitbd1bb8cd42548d5e50e84f52a5098eec1ee92c98 (patch)
tree783d96fe9d072cc2506cc4a462d92e812401ad05 /clang/test/Lexer/cxx-features.cpp
parent9706bb3165f5e508d5e2247ad8a3f45077df546d (diff)
downloadllvm-bd1bb8cd42548d5e50e84f52a5098eec1ee92c98.zip
llvm-bd1bb8cd42548d5e50e84f52a5098eec1ee92c98.tar.gz
llvm-bd1bb8cd42548d5e50e84f52a5098eec1ee92c98.tar.bz2
[Clang] define __cpp_named_character_escapes
Define the feature test macro for named character escapes. I assume this was not done because it was implemented before formally accepted, right? cxx_status says the paper is implemented. Reviewed By: cor3ntin Differential Revision: https://reviews.llvm.org/D134898
Diffstat (limited to 'clang/test/Lexer/cxx-features.cpp')
-rw-r--r--clang/test/Lexer/cxx-features.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Lexer/cxx-features.cpp b/clang/test/Lexer/cxx-features.cpp
index d1c9f0d..ee52017 100644
--- a/clang/test/Lexer/cxx-features.cpp
+++ b/clang/test/Lexer/cxx-features.cpp
@@ -51,7 +51,7 @@
#error "wrong value for __cpp_static_call_operator"
#endif
-#if check(named_character_escapes, 0, 0, 0, 0, 0, 0)
+#if check(named_character_escapes, 202207, 202207, 202207, 202207, 202207, 202207)
#error "wrong value for __cpp_named_character_escapes"
#endif