<div dir="ltr">It's not OK to set a declaration invalid having only produced a warning.</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, May 21, 2014 at 2:44 PM, jahanian <span dir="ltr"><<a href="mailto:fjahanian@apple.com" target="_blank">fjahanian@apple.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Attached patch attempts to fix an IRGen crash caused by treating local redeclaration of a built-in function as a<br>
built-in.  This patch removes an exception where the AST node for local redeclaration of built-in function<br>
remains built-in. This causes the IRGen to treat the call to this function as built-in call resulting in crash.<br>
Patch removes this exception, but also makes the implicit declaration of the built-in function as invalid.<br>
Please review.<br>
<br>
- Fariborz<br>
<br>
<br>
<br><br>
<br>_______________________________________________<br>
cfe-commits mailing list<br>
<a href="mailto:cfe-commits@cs.uiuc.edu">cfe-commits@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits</a><br>
<br></blockquote></div><br></div>