summaryrefslogtreecommitdiff
path: root/test/Lexer
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2016-12-19 04:16:03 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2016-12-19 04:16:03 +0000
commit8c242d5d5c5befe367953a1efd228adf2e3f2ac5 (patch)
tree6c99009e64f478ed51af5c27770966df66b90f09 /test/Lexer
parent2c092257ce69ee7207ae1733f11b2a2275c42e3f (diff)
[c++1z] cxx_status: mark p0195r2 as done.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@290081 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Lexer')
-rw-r--r--test/Lexer/cxx-features.cpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/test/Lexer/cxx-features.cpp b/test/Lexer/cxx-features.cpp
index d38541f4db..8f1e286a29 100644
--- a/test/Lexer/cxx-features.cpp
+++ b/test/Lexer/cxx-features.cpp
@@ -22,6 +22,10 @@
// --- C++17 features ---
+#if check(variadic_using, 0, 0, 0, 201611) // FIXME: provisional name
+#error "wrong value for __cpp_variadic_using"
+#endif
+
#if check(hex_float, 0, 0, 0, 201603)
#error "wrong value for __cpp_hex_float"
#endif
@@ -78,8 +82,7 @@
#error "wrong value for __cpp_aggregate_bases"
#endif
-// FIXME: structured_bindings / decomposition_decl name not yet settled, and
-// Clang implementation is incomplete.
+// FIXME: structured_bindings / decomposition_decl name not yet settled
#if check(nontype_template_args, 0, 0, 0, 201411)
#error "wrong value for __cpp_nontype_template_args"