[PATCH] D110656: [clang][Sema] Warn on uninitialized array elments

Dávid Bolvanský via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 30 10:34:14 PDT 2021


xbolva00 added a comment.

Why just no special case "= {0};" pattern and do not warn in that case?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D110656



More information about the cfe-commits mailing list