[PATCH] D145138: [clang-tidy] Implement FixIts for C arrays

Carlos Galvez via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Aug 5 07:57:29 PDT 2023


carlosgalvezp added a comment.

In D145138#4561799 <https://reviews.llvm.org/D145138#4561799>, @PiotrZSL wrote:

> Test are failing, and I do not think that converting c-strings into std::array is a good idea....

+1, they should typically be `char const*` instead.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D145138/new/

https://reviews.llvm.org/D145138



More information about the cfe-commits mailing list