[cfe-dev] API for auto type deduction in libclang

Jacob Carlborg doob at me.com
Thu Jan 30 05:41:53 PST 2014


On 2014-01-30 09:51, Kevin Funk wrote:

> Hey,
>
> I've filed a bug: http://llvm.org/bugs/show_bug.cgi?id=18669
> Let's see what the developers think about it.
>
> In any case, thanks *a lot* for your help and patience, Jacob.
> Your commitment is greatly appreciated!

No problem, just glad we figured out why we had different result.

I read the bug report. I don't see how the commit that added 
"clang_getTypeSpelling" can have affected this. As far as I can see it 
only adds "clang_getTypeSpelling", it doesn't change 
"clang_getCanonicalType" or any of the underlying C++ code. Most of the 
changes are related to tests.

If you use Git you could do a bisect between the 3.2 and the 3.3 release 
and see if you can find the commit that causes "clang_getCanonicalType" 
to fail.

-- 
/Jacob Carlborg




More information about the cfe-dev mailing list