[clang-tools-extra] [clang-tidy] offer option to check sugared types in avoid-c-arrays check (PR #131468)

via cfe-commits cfe-commits at lists.llvm.org
Sun Mar 16 00:00:39 PDT 2025


================
@@ -0,0 +1,126 @@
+// RUN: %check_clang_tidy -std=c++17 %s modernize-avoid-c-arrays %t -- \
----------------
stmuench wrote:

I just followed the approach for all the existing tests where different use cases got put into separate .cpp files. Was this not correct?


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


More information about the cfe-commits mailing list