1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-06 09:16:02 +02:00
cdt/core/org.eclipse.cdt.core
John Camelon 192a8293ce org.eclipse.cdt.core
====================
Renamed IASTNode.LookupResult IASTNode.ILookupResult.  
Introduced new ParseError exception for contextual parse() methods.  
Renamed ParserFactoryException ParserFactoryError.  
Replaced ParserNotImplementedException with a variant of ParseError.
Updated IScanner & IParser to not reference OffsetLimitReachedException explicitly. 
Renamed ParserMode.CONTEXTUAL_PARSE to COMPLETION_PARSE.  
Cleaned up IMacroDescriptor and made Scanner definitions table consistent.
Added IScanner.getDefinitions() to return the entire Map of definitions to a client.
Removed most of the warnings from parser source directory.  
Removed the unused SyntaxErrorException. 
Provided partial fix for Bug 44370  IASTMacro requires more information for clients.  

org.eclipse.cdt.core.tests
==========================
Updated references to LookupResult as it was renamed to ILookupResult.  
Removed some warnings from parser tests.  
Updated Scanner & QuickParseTests to accommodate new errors and signatures.  
Added QuickParseASTTests.testBug44370().  

org.eclipse.cdt.ui
==================
Updated references to LookupResult as it was renamed to ILookupResult.  
Updated references of ParserFactoryException to ParserFactoryError.
Updated references of ParserNotImplementedException to ParseError. 
Updated references of CONTEXTUAL_PARSE to COMPLETION_PARSE.
2004-01-15 13:38:02 +00:00
..
dependency Patch for Bogdan 2003-11-11 18:25:56 +00:00
index org.eclipse.cdt.core 2004-01-15 13:38:02 +00:00
model/org/eclipse/cdt org.eclipse.cdt.core 2004-01-15 13:38:02 +00:00
parser org.eclipse.cdt.core 2004-01-15 13:38:02 +00:00
schema Patch for Sean Evoy: 2003-09-22 02:38:47 +00:00
search org.eclipse.cdt.core 2004-01-15 13:38:02 +00:00
src/org/eclipse/cdt - removal of deprecated 1.2 methods/classes 2004-01-13 21:25:35 +00:00
utils/org/eclipse/cdt/utils We have to check the range of the st_shndx field 2004-01-13 20:32:54 +00:00
.classpath - removal of deprecated 1.2 methods/classes 2004-01-13 21:25:35 +00:00
.cvsignore Added doc to CVS Ignore 2002-09-16 20:06:10 +00:00
.options Content Assist Work : Adding logging capabilities 2004-01-08 15:37:26 +00:00
.project Upgrade to Eclipse 3.0. Includes: 2003-11-24 18:31:03 +00:00
about.html Add license file 2002-07-10 21:49:08 +00:00
build.properties - removal of deprecated 1.2 methods/classes 2004-01-13 21:25:35 +00:00
ChangeLog updated the entry logs 2004-01-13 20:33:43 +00:00
plugin.properties - removal of deprecated 1.2 methods/classes 2004-01-13 21:25:35 +00:00
plugin.xml - removal of deprecated 1.2 methods/classes 2004-01-13 21:25:35 +00:00