1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-05 08:46:02 +02:00
cdt/core/org.eclipse.cdt.core
Doug Schaefer 65003d3ab2 Patch for Andrew Niefer:
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
2003-08-07 14:46:58 +00:00
..
build/org/eclipse/cdt Patch for Sean Evoy 2003-07-31 13:20:37 +00:00
dependency Patch for Bogdan Gheorghe: 2003-07-24 14:15:07 +00:00
dom/org/eclipse/cdt/internal/core/dom CORE 2003-07-30 01:31:14 +00:00
index CORE 2003-07-30 01:31:14 +00:00
model/org/eclipse/cdt Patch for Hoda Amer. 2003-07-30 19:17:14 +00:00
parser Patch for Andrew Niefer: 2003-08-07 14:46:58 +00:00
schema Patch for Sean Evoy 2003-07-31 13:20:37 +00:00
search Patch for Andrew Niefer. 2003-08-01 19:26:58 +00:00
src/org/eclipse/cdt Patch for Sean Evoy 2003-07-29 14:28:40 +00:00
utils/org/eclipse/cdt/utils Check for .debug* 2003-07-29 19:51:19 +00:00
.classpath Patch for Bogdan Gheorghe: 2003-07-24 14:15:07 +00:00
.cvsignore Added doc to CVS Ignore 2002-09-16 20:06:10 +00:00
.project cleanup 2002-09-17 18:53:40 +00:00
about.html Add license file 2002-07-10 21:49:08 +00:00
build.properties Added the dependency dir to the build properties. 2003-07-25 20:16:20 +00:00
ChangeLog Patch for Sean Evoy 2003-07-31 13:20:37 +00:00
plugin.properties Patch for Victor Mozgin. 2003-06-28 19:48:12 +00:00
plugin.xml Patch for Sean Evoy. 2003-07-04 18:36:47 +00:00