mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Mirror of https://github.com/eclipse-cdt/cdt
![]() This patch changes the handling of ambiguities during prefix lookup. It also addresses problems in the symbol table to do with qualified lookup. Fixing these revealed problems caused by the CompleteParseASTFactory not always using the correct lookup functions. So the factory has been modified to call the appropriate lookups. The following tests have been created: FailedCompleteParseASTTest.testBug47926 CompleteParseASTTest.testQualifiedLookup ParserSymbolTableTest.testPrefixLookup_Ambiguities ParserSymbolTableTest.testQualifiedUnqualifiedLookup FunctionMethodPatternTests.testLookupForDefinition |
||
---|---|---|
build | ||
core | ||
debug | ||
doc/org.eclipse.cdt.doc.user | ||
launch/org.eclipse.cdt.launch | ||
releng |