Yikes, thanks!

Sent from my iPhone

On Sep 15, 2010, at 6:32 PM, Francois Pichet <[email protected]> wrote:

> On Mon, Sep 13, 2010 at 6:52 PM, Douglas Gregor <[email protected]> wrote:
>> Author: dgregor
>> Date: Mon Sep 13 17:52:57 2010
>> New Revision: 113805
> 
>> +unsigned clang_getNumOverloadedDecls(CXCursor C) {
>> +  if (!C.kind == CXCursor_OverloadedDeclRef)
>> +    return 0;
>> +
> 
> I suppose you mean:
> 
>  if (C.kind != CXCursor_OverloadedDeclRef)
> 
> same thing in CXCursor clang_getOverloadedDecl(CXCursor cursor, unsigned 
> index)
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to