[cfe-dev] HOWTO: use a CXCursor referring a Typedef

Douglas Gregor dgregor at apple.com
Thu Jan 27 08:30:43 PST 2011


On Jan 25, 2011, at 9:06 AM, Stefan Seefeld wrote:

> On 2011-01-25 11:39, Douglas Gregor wrote:
>> 
>> You probably knew all this, but I'd love to see it captured in the comments for clang_isConstQualifiedType() and clang_isVolatileQualifiedType() for clients using the library.
>> 
>> Also, could you add clang_isRestrictQualifiedType(), to finish off the basic set?
>> 
>> Index: tools/libclang/libclang.exports
>> ===================================================================
>> --- tools/libclang/libclang.exports(revision 124135)
>> +++ tools/libclang/libclang.exports(working copy)
>> 
>> this is great; could you also update libclang.darwin.exports?
> 
> Sure. This revised patch addresses the above points.

Committed (with a test) in r124377. Thanks!

	- Doug



More information about the cfe-dev mailing list