<div dir="ltr">Sema::ConvertArgumentsForCall calls setNumArgs on the CallExpr. This changes the result of getLocStart if the SourceLocation stored in the CallExpr is invalid and in that case may lead to an assertion failure. This quick patch fixes that.<br>
<div><br></div><div>I don't have commit access so let me know if anything else is needed. </div></div>