[cfe-commits] r80294 - in /cfe/trunk: include/clang/Analysis/PathSensitive/GRState.h lib/Analysis/CFRefCount.cpp lib/Analysis/GRExprEngine.cpp lib/Analysis/GRState.cpp

Daniel Dunbar daniel at zuster.org
Mon Aug 31 23:06:35 PDT 2009


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




More information about the cfe-commits mailing list