[PATCH] D45532: [StaticAnalyzer] Checker to find uninitialized fields after a constructor call

Artem Dergachev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 11 13:19:53 PDT 2018


NoQ added a comment.

In https://reviews.llvm.org/D45532#1064685, @Szelethus wrote:

> In https://reviews.llvm.org/D45532#1064670, @Szelethus wrote:
>
> > I wasn't too clear on this one: unknown fields are regarded as uninitialized, what I wrote was a temporary change in the code so I could check whether it would work.
>
>
> Woops, I meant that unknown fields are regarded az initialized.


Aha, yep, that makes a lot more sense =)


https://reviews.llvm.org/D45532





More information about the cfe-commits mailing list