[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
Wed May 30 17:31:18 PDT 2012


Ping.

On Fri, May 18, 2012 at 3:35 PM, Richard Trieu <rtrieu at google.com> wrote:

> 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/20120530/51cd4dd4/attachment.html>


More information about the cfe-commits mailing list