[cfe-commits] [PATCH 11/15] Fix Casting

dag at cray.com dag at cray.com
Fri Jan 11 12:32:13 PST 2013


<dag at cray.com> writes:

> Argyrios Kyrtzidis <akyrtzi at gmail.com> writes:
>
>> Most of your fixes are in functions creating a CXCursor out of a
>> subclass of Decl; the suggestion here is to add a new function and
>> have the other's call it, e.g:
>>
>> CXCursor cxcursor::MakeCursorVariableRef(const VarDecl *Var, SourceLocation Loc, 
>>                                          CXTranslationUnit TU) {
>>   return MakeDeclCursor(CXCursor_VariableRef, Var, Loc, TU);
>> }
>>
>> which is good in general.
>
> Ah, I see.  I'll hold off on my patches then and wait for these fixes.

That is, if someone else is going to do them.  I thought I saw some
changes fly in for them but I was wrong, it was something else.

Can someone let me know whether the suggested change is going to happen
relatively soon?  These patches are holding up some of my work, which is
to send some more stuff upstream.

                                -David



More information about the cfe-commits mailing list