Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Applied [HEAD] Re: [cdt-patch] Parser Symbol Table: prefix lookup

JohnC

cdt-patch-admin@xxxxxxxxxxx wrote on 11/27/2003 12:10:43 PM:

> First pass at prefix lookup.
> 
> Core:
> In prefix lookup, the lookup does not stop when a symbol is found, also 
> abiguity resolution is modified.
>         Add IContainerSymbol.prefixLookup (signature subject to change)
>         Add ParserSymbolTable.LookupMode, an enum with 2 values: NORMAL, 

> PREFIX
>         In prefix mode, the lookup does not stop when a symbol is found.
> 
> Tests:
> 
>         ParserSymbolTableTest.testBug46882
>         ParserSymbolTableTest.testPrefixLookup_Unqualified
>         ParserSymbolTableTest.testPrefixLookup_Qualified
>         ParserSymbolTableTest.testPrefixLookup_Inheritance
> 
> Tested on windows.
> 
> -Andrew
> [attachment "11.27.core.txt" deleted by John Camelon/Ottawa/IBM] 
> [attachment "11.27.core.tests.txt" deleted by John Camelon/Ottawa/IBM] 


Back to the top