Revision 165074 On Tue, Oct 2, 2012 at 4:53 PM, Richard Smith <[email protected]> wrote:
> LGTM, but... > > + // Warn when a non-static method call, followed by non-static member > + // field accesses, followed by a DeclRefExpr. > > Did you accidentally a verb here? > > On Tue, Oct 2, 2012 at 3:36 PM, Richard Trieu <[email protected]> wrote: > >> 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. >> _______________________________________________ >> cfe-commits mailing list >> [email protected] >> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits >> >> >
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
