[cfe-commits] r80294 - in /cfe/trunk: include/clang/Analysis/PathSensitive/GRState.h lib/Analysis/CFRefCount.cpp lib/Analysis/GRExprEngine.cpp lib/Analysis/GRState.cpp
Ted Kremenek
kremenek at apple.com
Mon Aug 31 23:53:59 PDT 2009
On Aug 31, 2009, at 11:06 PM, Daniel Dunbar wrote:
> On Thu, Aug 27, 2009 at 3:17 PM, Ted Kremenek<kremenek at apple.com>
> 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.
More information about the cfe-commits
mailing list