================
@@ -191,3 +191,32 @@ struct S {
void S::f(int y)
{
}
+
+//////////////////////////////////////////////////////
+
+template<typename... Args>
+void variadicFunctionNoWarning(Args... args);
+
+template<>
+// CHECK-NOT: warning: function template specialization
'variadicFunctionNoWarning<int>'
+// CHECK-NOT: readability-inconsistent-declaration-parameter-name
----------------
vbvictor wrote:
We don't need to write `CHECK-NOT` for negative cases - FILECHECK treat all
unmatched messages as failures by default
https://github.com/llvm/llvm-project/pull/170593
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits