diff options
author | David Rivera <davidriverg@gmail.com> | 2025-04-28 14:12:38 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-28 20:12:38 +0200 |
commit | 45411ac8953e61513bfe7767dc0fb34356f1fc33 (patch) | |
tree | a8cf6a57813cd759cdd8218919dac8886f04d881 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 561a21f18c7a58e04e83a342f5e4c3afc585700c (diff) | |
download | llvm-45411ac8953e61513bfe7767dc0fb34356f1fc33.zip llvm-45411ac8953e61513bfe7767dc0fb34356f1fc33.tar.gz llvm-45411ac8953e61513bfe7767dc0fb34356f1fc33.tar.bz2 |
[clang-tidy] Avoid diagnosing std::array initializations for modernize-use-designated-initializers (#134774)
**Edit:**
I suggest we avoid diagnosing initializers for `std::array` type. The
fixit provided is incorrect as observed in **#133715.** The only
workaround would require C99-style array designators which don’t really
align with the purpose of this check. This would also generate extra
compiler warnings.
Fixes #133715
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions