On Aug 31, 2009, at 11:06 PM, Daniel Dunbar wrote: > On Thu, Aug 27, 2009 at 3:17 PM, Ted Kremenek<[email protected]> > wrote: >> Author: kremenek >> Date: Thu Aug 27 17:17:37 2009 >> New Revision: 80294 >> >> URL: http://llvm.org/viewvc/llvm-project?rev=80294&view=rev >> Log: >> Rename 'bindExpr' to 'BindExpr'. > > Out of curiousity, why? Given: > >> const GRState* bindCompoundLiteral(const CompoundLiteralExpr* CL, >> SVal V) const; > > and > >> const GRState *bindDecl(const VarDecl *VD, const LocationContext >> *LC, >> SVal V) const; > > - Daniel
Those will be changed as well. Zhongxing and I discussed some conventions we wanted to apply to these kind of methods and decided to follow the 'BindExpr' convention instead of 'bindExpr'. It doesn't really matter; we just wanted to be consistent. _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
