a.sidorin added a comment.

Adam,

It is not a debug checker. It is UndefinedAssignment checker which correctly 
tells us that `Inner.y` is assigned with an uninitialized value while copying. 
So I wonder if we are allowed to skip such warnings because these warnings 
don't look like false positives.
As I understand, these warnings disappeared because `performTrivialCopy()` 
doesn't run checkers for `check::Bind`event. Not sure but maybe we should fix 
that?


https://reviews.llvm.org/D22374



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to