================
@@ -0,0 +1,20 @@
+// RUN: %check_clang_tidy -std=c++17 %s bugprone-unsafe-functions %t --
----------------
localspook wrote:

```suggestion
// RUN: %check_clang_tidy -std=c++11-or-later %s bugprone-unsafe-functions %t --
```
(although it was only deprecated in C++17, I believe we still want to warn in 
earlier language versions?)

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

Reply via email to