[cfe-commits] PATCH: Differentiate between definitely and possibly uninitialized warnings

Chandler Carruth chandlerc at google.com
Tue Apr 5 14:59:27 PDT 2011


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. ;]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20110405/d64369cb/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fix-definitely-uninit-msgs.patch
Type: application/octet-stream
Size: 1250 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20110405/d64369cb/attachment.obj>


More information about the cfe-commits mailing list