Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-patch] Bug48307 - friendship needs to be handled better

And here I was thinking that you were commenting on the fact
that we weren't friendly enough as a group of developers.

Makes me want to have a big group hug!

Thomas

> -----Original Message-----
> From: Andrew Niefer [mailto:aniefer@xxxxxxxxxx]
> Sent: Thursday, January 08, 2004 10:39 AM
> To: cdt-patch@xxxxxxxxxxx
> Subject: [cdt-patch] Bug48307 - friendship needs to be handled better
> 
> 
> This patch addresses friend functions with changes to the the 
> parser and 
> symbol table.
> 
> Core:
>         Added IDerivableContainerSymbol.lookupFunctionForFriendship.
>         Modified IASTFactory.createMethod to take an 
> ITokenDuple for the 
> method name.
>         Added LookupType.FORFRIENDSHIP and use it in LookupElement.
>         Modified CompleteParseASTFactory.createMethod to 
> handle friend 
> functions.
> 
> Tests:
>         Added CompleteParseASTTest::testBug48307_FriendFunction_1
>         Added CompleteParseASTTest::testBug48307_FriendFunction_2
> 
> Tested on Windows.
> 
> -Andrew
> 
> 


Back to the top