[PATCH] D141283: [clang] Improve diagnostic for "initializer-string for char array is too long"
Evan Smal via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 10 08:14:23 PST 2023
evansmal marked an inline comment as done.
evansmal added a comment.
In D141283#4038703 <https://reviews.llvm.org/D141283#4038703>, @tbaeder wrote:
> When grepping `clang/test/` for "for char array is too long", I get a bunch of other hits for this diagnostic, are the those tests not failing for you (e.g. `clang/test/Sema/array-init.c:149`)?
Yeah, the tests don't fail for me. I can update them, but I'm unsure how to tell if they're working properly.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141283/new/
https://reviews.llvm.org/D141283
More information about the cfe-commits
mailing list