<div dir="ltr"><div>Hello!</div><div><br></div><div><div>I don't believe clang has machinery you can just query to retrieve this sort of information, but clang is big, so I could be wrong. :)</div></div><div><br></div>That said, the uninitialized values checker needs to determine if a local variable has been assigned 0 times (and hasn't had its address taken in a non-const context). So, that may be a good starting point for you.<div><div><br></div><div>George</div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Jan 29, 2016 at 11:15 AM, Meador Inge via cfe-dev <span dir="ltr"><<a href="mailto:cfe-dev@lists.llvm.org" target="_blank">cfe-dev@lists.llvm.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr">Hi All,<div><br></div><div>I am working with some code that involves walking the Clang AST</div><div>and have some questions.  For a particular variable, say 'x', is there</div><div>a straight forward (in the sense that there is already code somewhere</div><div>in Clang to do it) way to determine:<br></div><div><br></div><div>  1. If 'x' is address taken.</div><div><br></div><div>  2. If 'x' has been assigned multiple times.<br><div><div><br></div><div>?</div><div><br></div><div>Or do I have to figure those things out in the AST walking code that</div><div>I am writing?<span><font color="#888888"><br></font></span></div><span><font color="#888888"><div><br></div>-- <br><div># Meador</div>
</font></span></div></div></div>
<br>_______________________________________________<br>
cfe-dev mailing list<br>
<a href="mailto:cfe-dev@lists.llvm.org" target="_blank">cfe-dev@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev</a><br>
<br></blockquote></div><br></div></div></div>