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

Piotr Zegar via cfe-commits cfe-commits at lists.llvm.org
Sat Mar 15 15:13:07 PDT 2025


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

try merge this file with exist one, you can set macro suffix, to distinguish diagnostic

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


More information about the cfe-commits mailing list