<div dir="ltr">I'm not sure I can come up with a reasonably well isolated test case. I encountered this in an application that uses clang as a library. From what I can see most of the test cases use the clang driver to test for bugs. Is there any examples of test cases that go through the C++ API (since I know how to trigger it there)? </div>

<div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Mar 19, 2014 at 11:07 AM, David Blaikie <span dir="ltr"><<a href="mailto:dblaikie@gmail.com" target="_blank">dblaikie@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">A test case would be good, if possible<br>
<div><div class="h5"><br>
On Tue, Mar 18, 2014 at 9:44 PM, Keno Fischer<br>
<<a href="mailto:kfischer@college.harvard.edu">kfischer@college.harvard.edu</a>> wrote:<br>
> Sema::ConvertArgumentsForCall calls setNumArgs on the CallExpr. This changes<br>
> the result of getLocStart if the SourceLocation stored in the CallExpr is<br>
> invalid and in that case may lead to an assertion failure. This quick patch<br>
> fixes that.<br>
><br>
> I don't have commit access so let me know if anything else is needed.<br>
><br>
</div></div>> _______________________________________________<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>