[clang-tools-extra] [clang-tidy] Add AllowStringArrays option to modernize-avoid-c-arrays (PR #71701)

Congcong Cai via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 25 17:57:10 PST 2024


https://github.com/HerrCai0907 commented:

I may not work for 
```c++
void f(const char name[]);

f("111");
```

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


More information about the cfe-commits mailing list