[PATCH] D16517: ClangTidy check to flag uninitialized builtin and pointer fields.
Alexander Kornienko via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 26 08:41:17 PST 2016
alexfh added a comment.
A high-level comment: I think, this comment <http://reviews.llvm.org/D10553#267535> still applies. I'm also slightly concerned about having this check in misc-, since the check isn't universally applicable (e.g. based on a couple of discussions, I guess LLVM community would likely not welcome this rule), but I'd like to leave misc- enabled by default. So moving the check to cppcoreguidelines- makes sense to me.
More substantial comments later.
http://reviews.llvm.org/D16517
More information about the cfe-commits
mailing list