[clang-tools-extra] [clang-tidy] Add deprecated-posix-functions check (PR #195641)

Daniil Dudkin via cfe-commits cfe-commits at lists.llvm.org
Mon May 4 05:55:05 PDT 2026


================
@@ -0,0 +1,91 @@
+// RUN: %check_clang_tidy %s portability-deprecated-posix-functions %t
----------------
unterumarmung wrote:

`--std=c++98-or-later`?

https://github.com/llvm/llvm-project/pull/195641


More information about the cfe-commits mailing list