Try passing "-x c++" to the parser.<br><br><div class="gmail_quote">On Sun, Nov 13, 2011 at 10:20 PM, Stefaan Himpe <span dir="ltr"><<a href="mailto:stefaan.himpe@gmail.com">stefaan.himpe@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hi,<br>
<br>
I'm experimenting with the python bindings for libclang.<br>
(I'm keeping it simple for now: I'm trying out the example<br>
  cindex-dump.py script)<br>
<br>
I've noticed that if I pass a .h file it is parsed in C mode,<br>
whereas if I rename it to .hpp it is parsed in C++ mode.<br>
<br>
My question is: can I force C++ mode for a .h file (without renaming it)<br>
? (And the follow-up question is: How?)<br>
<br>
<br>
Thanks,<br>
Stefaan.<br>
<br>
_______________________________________________<br>
cfe-dev mailing list<br>
<a href="mailto:cfe-dev@cs.uiuc.edu">cfe-dev@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev</a><br>
</blockquote></div><br>