<div dir="ltr">On Mon, Feb 25, 2013 at 10:24 AM, jaytee <span dir="ltr"><<a href="mailto:aloha_arts@yahoo.com" target="_blank">aloha_arts@yahoo.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello all!<br>
<br>
Is there a way I can determine with libclang, whether a function is declared<br>
as 'func()' or 'func(void)'?<br>
<br>
Thank you!<br></blockquote><div><br></div><div style>Assuming this is for C code, clang_isFunctionTypeVariadic will be true for the CXType of the former but not the latter.</div><div style><br></div><div style>-Joe</div>
</div></div></div>