[cfe-commits] PATCH: Differentiate between definitely and possibly uninitialized warnings
Chris Lattner
clattner at apple.com
Wed Apr 6 23:13:51 PDT 2011
On Apr 5, 2011, at 2:59 PM, Chandler Carruth wrote:
> The analysis engine is now distinguishing between definitely uninitialized uses and possibly uninitialized uses. I'd like to make the messages differentiate as well. The trivial patch to do this is attached, and if this direction looks good, I'll commit after updating all the tests. Didn't think the latter part of the patch would really be useful for review. ;] <fix-definitely-uninit-
Looks good to me. Please also change "is possibly uninitialized" to "may be uninitialized" while you're at it, thanks!
-Chris
More information about the cfe-commits
mailing list