<div dir="ltr">Hi David,<div class="gmail_extra"><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im"><span style="color:rgb(34,34,34)">Are you using ipython? I find ipython's tab-completion is an</span><br>
</div>
excellent way of discovering the libclang API. See for example<br>
<a href="http://lists.cs.uiuc.edu/pipermail/cfe-dev/2012-August/023449.html" target="_blank">http://lists.cs.uiuc.edu/pipermail/cfe-dev/2012-August/023449.html</a></blockquote><div><br></div><div style>Thanks. I sometimes use ipython, but I still have some troubles with a 100% command line interface.</div>
<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span style="color:rgb(80,0,80)">> - 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?</span><br>
<div class="im">
<br>
</div>Here's how clang-ctags does it:<br>
<a href="https://github.com/drothlis/clang-ctags/blob/8ecf1306/clang-ctags#L83" target="_blank">https://github.com/drothlis/clang-ctags/blob/8ecf1306/clang-ctags#L83</a></blockquote><div><br></div><div style>Nice, I should check that!</div>
<div style>No tip for the argument name by any chance?</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">
> Will the current bindings be upgraded at some point? (for instance, I've a binding with a better AccessSpecifier handling mecanism)<br>
<br>
</div>I'm sure the maintainers are open to patches. :-)<br>
</blockquote></div><br>Perhaps I should do this, yes ;)</div><div class="gmail_extra">Also I noticed that I could get the const/volatile or restrict qualifiers with the latest official release.<br clear="all"><div><br></div>
<div style>Cheers,</div><div style><br></div><div style>Matthieu</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>