summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/temp/temp.decls/temp.variadic/parameter-matching.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CXX/temp/temp.decls/temp.variadic/parameter-matching.cpp')
-rw-r--r--clang/test/CXX/temp/temp.decls/temp.variadic/parameter-matching.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/test/CXX/temp/temp.decls/temp.variadic/parameter-matching.cpp b/clang/test/CXX/temp/temp.decls/temp.variadic/parameter-matching.cpp
index 7352be2d72f..126a0961b1c 100644
--- a/clang/test/CXX/temp/temp.decls/temp.variadic/parameter-matching.cpp
+++ b/clang/test/CXX/temp/temp.decls/temp.variadic/parameter-matching.cpp
@@ -19,3 +19,5 @@ template<template<typename T> class> struct X1tt; // expected-error{{template ty
template<template<typename T> class> struct X2tt; // expected-note{{previous template type parameter declared here}}
template<template<typename ...T> class> struct X2tt; // expected-error{{template type parameter pack conflicts with previous template type parameter}}
+
+// FIXME: Add checks for non-type template parameter packs, template parameter packs
OpenPOWER on IntegriCloud