diff options
| author | Richard Smith <richard-llvm@metafoo.co.uk> | 2016-12-19 04:16:03 +0000 |
|---|---|---|
| committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2016-12-19 04:16:03 +0000 |
| commit | cb0ccb08eef92fd3c92265b65f17c2be17e4df16 (patch) | |
| tree | e732480e5ccc261355bda80e5ba14d67140c22dc /clang/test/Lexer | |
| parent | 22a250cd5d8eee615b977feef43e9a5dc18b0b43 (diff) | |
| download | bcm5719-llvm-cb0ccb08eef92fd3c92265b65f17c2be17e4df16.tar.gz bcm5719-llvm-cb0ccb08eef92fd3c92265b65f17c2be17e4df16.zip | |
[c++1z] cxx_status: mark p0195r2 as done.
llvm-svn: 290081
Diffstat (limited to 'clang/test/Lexer')
| -rw-r--r-- | clang/test/Lexer/cxx-features.cpp | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/clang/test/Lexer/cxx-features.cpp b/clang/test/Lexer/cxx-features.cpp index d38541f4db9..8f1e286a294 100644 --- a/clang/test/Lexer/cxx-features.cpp +++ b/clang/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" |

