<div dir="ltr">Done.<br><br><div class="gmail_quote">On Fri, Oct 17, 2008 at 12:24 PM, Ted Kremenek <span dir="ltr"><<a href="mailto:kremenek@apple.com">kremenek@apple.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 style=""><div class="Ih2E3d"><br><div><div>On Oct 16, 2008, at 6:51 PM, Zhongxing Xu wrote:</div><br><blockquote type="cite"><span style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;">Author: zhongxingxu<br>
Date: Thu Oct 16 20:51:27 2008<br>New Revision: 57664<br><br>URL:<span> </span><a href="http://llvm.org/viewvc/llvm-project?rev=57664&view=rev" target="_blank">http://llvm.org/viewvc/llvm-project?rev=57664&view=rev</a><br>
Log:<br>Array and struct variables do have lvalue. For example,<br>struct s {};<br>void f() {<br> int a[10];<br> int (*p)[10];<br> p = &a;<br> (*p)[3] =1;<br><br> struct s d;<br> struct s *q;<br> q = &d;<br>}<br><br>
We return the corresponding MemRegionVal for them.<br></span></blockquote></div><br></div><div>Hi Zhongxing,</div><div><br></div><div>Can you add this as a test case in the test/Analysis directory?  We just need something that tests coverage of this aspect of GRExprEngine.</div>
<div><br></div><font color="#888888"><div>Ted</div></font></div></blockquote></div><br></div>