mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
![]() Core : - modified Symbol table interfaces to use List & Map instead of LinkedList and HashMap - fixed warnings in ParserSymbolTable - fixed bug43106 - Symbol Table support needed to resolve types - fixed bug43156 - require ability to add implicit inheritance copy constructor - fixed bug43159 - TypeInfo.equals() not working properly - fixed bug43238 - Postfix_Subscript expressions confuse function resolution Tests: - removed testConditionalExpression_Bug43159 from FailedCompleteParseASTExpressionTest and uncommented it (testConditionalExpression) in CompleteParseASTExpressionTest - uncommented the following tests in CompleteParseASTExpressionTest : testPostfixSubscript, testPostfixSubscriptA, testPostfixSubscriptB, testPostfixSubscriptWithReferences - updated ParserSymbolTableTests to use new addOperatorExpression function - added testDerivedReference, testAddCopyConstructor to ParserSymbolTableTests - fixed warning in ClassDeclarationPatternTests |
||
---|---|---|
.. | ||
org.eclipse.cdt.core | ||
org.eclipse.cdt.core.linux | ||
org.eclipse.cdt.core.qnx | ||
org.eclipse.cdt.core.solaris | ||
org.eclipse.cdt.core.tests | ||
org.eclipse.cdt.core.win32 | ||
org.eclipse.cdt.ui | ||
org.eclipse.cdt.ui.tests |