We seem to have the same issue in CreateOverloadedUnaryOp, CreateOverloadedBinOp, CreateOverloadedArraySubscriptExpr, and BuildOverloadedArrowExpr.<div><br></div><div>How about moving the call to MarkFunctionReferenced (and DiagnoseUseOfDecl) into CreateFunctionRefExpr, and changing it to call MarkDeclRefReferenced?<br>
<br><div class="gmail_quote">On Tue, Feb 5, 2013 at 10:48 PM, Nick Lewycky <span dir="ltr"><<a href="mailto:nlewycky@google.com" target="_blank">nlewycky@google.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr">This patch changes Sema::BuildCallToObjectOfClassType to not mark a virtual operator() as odr used when called via functor syntax "(*obj)();". There's no way this syntax can be used to call the body of a pure virtual function. Please review!<span class="HOEnZb"><font color="#888888"><div>


<br></div><div>Nick</div><div><br></div></font></span></div>
<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>