================
@@ -0,0 +1,16 @@
+// RUN: %check_clang_tidy -std=c90,c99,c11,c17 -check-suffixes=C17 %s 
readability-redundant-zero-initializer %t
----------------
vbvictor wrote:

```suggestion
// RUN: %check_clang_tidy -std=c17-or-earlier %s 
readability-redundant-zero-initializer %t
```

Support for such suffix was added recently

"-check-suffixes=C17" I guess is not needed

https://github.com/llvm/llvm-project/pull/209367
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to