[cfe-commits] [Patch] Change the uninitialized field check to use an EvaluatedExprVisitor which will catch more use of uninitialized use.

Richard Trieu rtrieu at google.com
Fri May 18 15:35:29 PDT 2012


Update the uninitialized field checker to catch more cases of uninitialized
use.  This will catch fields passed by value to function calls and properly
parse conditional operators.  Instead of a recursive function, an
EvaluatedExprVisitor will be used.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120518/660911b8/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: uninitialized-field.patch
Type: application/octet-stream
Size: 10230 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120518/660911b8/attachment.obj>


More information about the cfe-commits mailing list