Right, so I have my own debug VM (64 bit Pharo Cog) and a debug version of
libclang.
I can attach with lldb and set a breakpoint on clang_getRangeStart
Then I debug the test that gets diagnostics and I see that the CXSourceRange
has data. Then I step into 'range start' and I land in my breakpo
On 15 November 2017 at 00:07, Todd Blanchard wrote:
> I've got it loaded, have fixed up the library path and fixed the test for
> version (built in lib returns very different version string).
>
> I have many tests green. However, as before, tests involving
> CXSourceRange that return CXSourceLoc
I've got it loaded, have fixed up the library path and fixed the test for
version (built in lib returns very different version string).
I have many tests green. However, as before, tests involving CXSourceRange
that return CXSourceLocations return all zero'd data. The CXSourceRange struct
loo