<div dir="ltr">Hi,<div><br></div><div>I'm trying to replace my old code generator based on gccxml by clang and according to the doc, libclang seemed better fitted than writting a fully fledge standalone or a plugin.</div>
<div style>I've started with the Python bindings, but I couldn't figure out several things:</div><div style>- when I get a type like std::vector<something>, with display name I can get vector<something>, but I never can retrieve the std::. Is there a way of doing so?</div>
<div style>- when I parse headers, I can get the arguments types of a function/method prototype, but not their name. Is there a way of doing so?</div><div><div><br></div><div style>I've seen many bindings for libclang in Python. Will the current bindings be upgraded at some point? (for instance, I've a binding with a better AccessSpecifier handling mecanism)</div>
<div><br></div><div style>Perhaps I'm not using the correct approach for this job, so feel free to point me directions!</div><div><br></div><div style>Regards,</div><div style><br></div><div style>Matthieu Brucher</div>
-- <br>Information System Engineer, Ph.D.<br>Blog: <a href="http://matt.eifelle.com" target="_blank">http://matt.eifelle.com</a><span style="padding-right:16px;width:16px;height:16px"></span><span style="padding-right:16px;width:16px;height:16px"></span><br>
LinkedIn: <a href="http://www.linkedin.com/in/matthieubrucher" target="_blank">http://www.linkedin.com/in/matthieubrucher</a><span style="padding-right:16px;width:16px;height:16px"></span><br>Music band: <a href="http://liliejay.com/" target="_blank">http://liliejay.com/</a><span style="padding-right:16px;width:16px;height:16px"></span><br>
<span style="padding-right:16px;width:16px;height:16px"></span>
</div></div>