[PATCH] D110656: [clang][Sema] Warn on uninitialized array elments
Chris Bieneman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 30 10:10:40 PDT 2021
beanz added a comment.
Even just building Clang with this enabled revealed... a lot... Some of them are easy to address (having tablegen disable the warning in generated code), some of them are exactly the kind of thing I wanted to warn on, and some of them are more complicated.
Based on that alone, I don't think this would be reasonable to enable by default :(
Thoughts on how to proceed?
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