Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Applied [HEAD] Re: [cdt-patch] Fw: [cdt-dev] PST updates for 48306 & 48294

I applied it anyway, and thought I deleted the email. 

JohnC

cdt-patch-admin@xxxxxxxxxxx wrote on 12/10/2003 09:50:39 AM:

> oops,
> I accidently sent this to the wrong list yesterday.
> 
> -Andrew
> ----- Forwarded by Andrew Niefer/Ottawa/IBM on 12/10/2003 09:50 AM -----
> 
> Andrew Niefer/Ottawa/IBM@IBMCA 
> Sent by: cdt-dev-admin@xxxxxxxxxxx
> 12/09/2003 05:46 PM
> Please respond to
> cdt-dev
> 
> 
> To
> cdt-dev@xxxxxxxxxxx
> cc
> 
> Subject
> [cdt-dev] PST updates for 48306 & 48294
> 
> 
> 
> 
> 
> 
> Core:
> This patch creates a new class TypeFilter used by the symbol table to 
> allow code assist to specify what kinds of symbols it is looking for 
> (48306).
> It also does a first pass at IContainerSymbol.isVisible (48294).  If the 

> only requirement for having the ability to determine if a symbol is 
> visible or not due to access modifiers is so that content assist only 
> shows visibile results, then  this would be more efficiently answered if 

> considered during the prefix lookup itself, so this code may mutate and 
> merge with the lookup code. 
> 
> core.tests:
> added ParserSymbolTableTests.testVisibilityDetermination() 
> added ParserSymbolTableTests.testPrefixFiltering
> 
> tested on windows
> 
> -Andrew
> 
> [attachment "12.09.03.core.tests.txt" deleted by John 
> Camelon/Ottawa/IBM] [attachment "12.09.03.core.txt" deleted by John 
> Camelon/Ottawa/IBM] 


Back to the top