[cfe-dev] Function Call Rewriting
Makslane Araújo Rodrigues
makslane at hotmail.com
Wed Aug 12 06:28:51 PDT 2009
Hi again!
I want to catch the err_typecheck_call_too_few_args error (int the DiagnosticClient::HandleDiagnostic) and get the function call thats causes the error:
void func1(int a) {}
void func2(){ func1(); //error here}
I've no idea how to get the information that is the func1 call is causing the error.
Can someone help?
Thanks,Makslane
_________________________________________________________________
Descubra todas as novidades do novo Internet Explorer 8
http://brasil.microsoft.com.br/IE8/mergulhe/?utm_source=MSN%3BHotmail&utm_medium=Tagline&utm_campaign=IE8
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20090812/efbdd9ff/attachment.html>
More information about the cfe-dev
mailing list