[cfe-commits] r58138 - in /cfe/trunk: include/clang/Analysis/PathSensitive/GRState.h include/clang/Analysis/PathSensitive/Store.h lib/Analysis/BasicStore.cpp lib/Analysis/Environment.cpp lib/Analysis/GRExprEngine.cpp lib/Analysis/RegionStore.cpp

Zhongxing Xu xuzhongxing at gmail.com
Sat Oct 25 17:43:47 PDT 2008


On Sun, Oct 26, 2008 at 3:49 AM, Ted Kremenek <kremenek at apple.com> wrote:

>
> On Oct 25, 2008, at 7:18 AM, Zhongxing Xu wrote:
>
> Author: zhongxingxu
> Date: Sat Oct 25 09:18:57 2008
> New Revision: 58138
>
> URL: http://llvm.org/viewvc/llvm-project?rev=58138&view=rev
> Log:
> Add code for get the lvalue for string literals. Now we return a
> StringRegion
> for StringLiteral lvalue evaluation, instead of directly returning a
> loc::StringLiteralVal by the Environment.
>
>
> Should we now remove loc::StringLiteralVal?
>

I think yes.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20081026/6617de7d/attachment.html>


More information about the cfe-commits mailing list