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
![]() 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 |
||
---|---|---|
build | ||
core | ||
debug | ||
doc/org.eclipse.cdt.doc.user | ||
launch/org.eclipse.cdt.launch | ||
releng |