<div dir="ltr">I am now calling clang_getDiagnosticNumRanges() from C and still get zero for the number of ranges. Here is my C code (main.c) that creates a CXTranslationUnit for a malformed file and dumps its diagnostics:<br>
<br><a href="https://gist.github.com/bolinfest/11196200">https://gist.github.com/bolinfest/11196200</a><br><div><br></div><div>Here is the malformed file, example.c, that I am using for testing:<br><br><a href="https://gist.github.com/bolinfest/11196225">https://gist.github.com/bolinfest/11196225</a><br>
<br>And here is the output when I run `./main.o example.c`:</div><div><br></div><div><a href="https://gist.github.com/bolinfest/11196241">https://gist.github.com/bolinfest/11196241</a><br><br>As you can see, I can get pretty much everything for the diagnostic (source location, category id, category name), but no source location. I would expect to get a source range associated that identifies the misspelled keyword. Any ideas? Are my expectations just wrong?</div>
<div><br></div><div>Thank you,</div><div>Michael</div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Apr 18, 2014 at 1:06 PM, Michael Bolin <span dir="ltr"><<a href="mailto:bolinfest@gmail.com" target="_blank">bolinfest@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">I am using the Python wrapper for libclang (cindex.py), and none of my diagnostics have any SourceRanges associated with them. When I create the translation unit, I even make sure that -fprint-source-range-info and -fdiagnostics-print-source-range-info are passed as arguments (though I don't know if that is strictly necessary).<div>

<br></div><div>AFAICT, I believe that the Python calling and configuration code is correct:</div><div><br></div><div>  conf.lib.clang_getDiagnosticNumRanges(self.diag)</div><div><br></div><div><div>  ("clang_getDiagnosticNumRanges",</div>

<div>   [Diagnostic],</div><div>   c_uint),</div></div><div><br></div><div>Are there any suggestions on how to debug this besides writing against libclang directly in C to make sure everything is working there?</div><div>

<br></div><div>Thank you,</div><div>Michael</div><div><br></div></div>
</blockquote></div><br></div>