1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
Find a file
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
build added the builtin folder. 2003-11-26 19:09:17 +00:00
core Patch for Andrew Niefer. 2003-11-28 04:58:00 +00:00
debug Fix for PR 47595: Referenced projects are not checked in the list of generic source locations. 2003-11-26 23:10:16 +00:00
doc/org.eclipse.cdt.doc.user Upversioned the plugins, etc to 2.0.0. 2003-11-25 18:24:55 +00:00
launch/org.eclipse.cdt.launch Upversioned the plugins, etc to 2.0.0. 2003-11-25 18:24:55 +00:00
releng Upversioned the plugins, etc to 2.0.0. 2003-11-25 18:24:55 +00:00