mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-05 08:46:02 +02:00
![]() 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 |
||
---|---|---|
.. | ||
build/org/eclipse/cdt | ||
dependency | ||
dom/org/eclipse/cdt/internal/core/dom | ||
index | ||
model/org/eclipse/cdt | ||
parser | ||
schema | ||
search | ||
src/org/eclipse/cdt | ||
utils/org/eclipse/cdt/utils | ||
.classpath | ||
.cvsignore | ||
.project | ||
about.html | ||
build.properties | ||
ChangeLog | ||
plugin.properties | ||
plugin.xml |