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: - refactor symbol table function names to start with lower case letters - added better constructor support : - IDerivableContainerSymbol.addConstructor - IDerivableContainerSymbol.lookupConstructor - IDerivableContainerSymbol.getConstructors - implicit user-defined conversion sequences now only use constructors not marked explicit - user-defined conversion sequences are now only applied at most once (12.3-4 in spec) - changed ParserSymbolTableException.r_Unspecified to r_InternalError which is thrown on internal symbol table inconsistancies (likely from bugs rather than semantic problems with the parsed code) Core.tests: - updated tests to reflect function name refactoring - added ParserSymbolTableTest.testConstructors |
||
---|---|---|
core | ||
debug | ||
doc/org.eclipse.cdt.doc.user | ||
launch/org.eclipse.cdt.launch | ||
releng |