1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-09 10:46:02 +02:00
cdt/core
John Camelon 0adb9b9d20 Patch for Andrew Niefer.
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
2003-11-28 04:58:00 +00:00
..
org.eclipse.cdt.core Patch for Andrew Niefer. 2003-11-28 04:58:00 +00:00
org.eclipse.cdt.core.aix Upversioned the plugins, etc to 2.0.0. 2003-11-25 18:24:55 +00:00
org.eclipse.cdt.core.linux Upversioned the plugins, etc to 2.0.0. 2003-11-25 18:24:55 +00:00
org.eclipse.cdt.core.qnx Upversioned the plugins, etc to 2.0.0. 2003-11-25 18:24:55 +00:00
org.eclipse.cdt.core.solaris Upversioned the plugins, etc to 2.0.0. 2003-11-25 18:24:55 +00:00
org.eclipse.cdt.core.tests Patch for Andrew Niefer. 2003-11-28 04:58:00 +00:00
org.eclipse.cdt.core.win32 Upversioned the plugins, etc to 2.0.0. 2003-11-25 18:24:55 +00:00
org.eclipse.cdt.ui New Content Assist framework 2003-11-27 19:52:23 +00:00
org.eclipse.cdt.ui.tests Upversioned the plugins, etc to 2.0.0. 2003-11-25 18:24:55 +00:00