================
@@ -1,20 +1,20 @@
-// RUN: %check_clang_tidy %s cert-msc32-c %t -- -config="{CheckOptions: 
{cert-msc32-c.DisallowedSeedTypes: 'some_type,time_t'}}" -- -std=c99
+// RUN: %check_clang_tidy %s bugprone-random-generator-seed %t -- 
-config="{CheckOptions: {bugprone-random-generator-seed.DisallowedSeedTypes: 
'some_type,time_t'}}" -- -std=c99
----------------
vbvictor wrote:

```suggestion
// RUN: %check_clang_tidy %s bugprone-random-generator-seed %t -- 
-config="{CheckOptions: {bugprone-random-generator-seed.DisallowedSeedTypes: 
'some_type,time_t'}}"
```

We have now it by default
https://github.com/llvm/llvm-project/blob/main/clang-tools-extra/test/clang-tidy/check_clang_tidy.py#L395

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

Reply via email to