<div dir="ltr">This new patch makes the Idx persistent within the BasicValueFactory.<br><br><div class="gmail_quote">On Sun, Oct 19, 2008 at 9:24 PM, Zhongxing Xu <span dir="ltr"><<a href="mailto:xuzhongxing@gmail.com">xuzhongxing@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div dir="ltr">1. Initial support for local arrays in RegionStoreManager::AddDecl()<br>2. Move special processing of loading array variable's lvalue from GRExprEngine to Store. This simplifies code. And this is also what we have to do when we processing code like: <br>

<br>int a[10]; <br>int (*p)[10]; <br>p = &a; <br>(*p)[3] = 1;<br><br>We load array variable's lvalue from its lvalue as we do in the case of loc::FuncVal.<br></div>
</blockquote></div><br></div>