[cfe-commits] [Patch] Update handling of MemberExpr in the self initialization check

Richard Trieu rtrieu at google.com
Tue Oct 2 15:36:41 PDT 2012


More changes to the SelfReferenceChecker with regards to MemberExpr's.
 This has better handling of class pointers and not warning when accessing
static members.  The basic idea is to treat each group of MemberExpr's
together instead of separately visiting each one.  This allows more
checking to be done than the previous way of just looking at the MemberExpr
above the DeclRefExpr.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20121002/7451e1fa/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: uninitialized-memberexpr1.patch
Type: application/octet-stream
Size: 7764 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20121002/7451e1fa/attachment.obj>


More information about the cfe-commits mailing list