Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Applied: [cdt-patch] Parser Symbol Table updates

-----Original Message-----
From: Niefer, Andrew [mailto:aniefer@xxxxxxxxxxxx] 
Sent: April 1, 2003 6:21 PM
To: 'cdt-patch@xxxxxxxxxxx'
Subject: [cdt-patch] Parser Symbol Table updates

patch_04.01.03(cdt.core).txt
Modified lookup with respect to resolving ambiguous names, reducing the
number of temporary lists/sets.  Modified adding using declarations to
properly support overloaded functions.  Added initial support for user
defined conversion sequences when resolving overloaded functions.

patch_04.01.03(cdt.ui.tests).txt
Modifications to using declaration tests to reflect changes in the symbol
table.  Also added testUserDefinedConversionSequences()

-Andrew



Back to the top