1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
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
..
org.eclipse.cdt.core org.eclipse.cdt.core 2004-01-15 13:38:02 +00:00
org.eclipse.cdt.core.aix Patch for Alain Magloire: 2003-12-05 18:53:06 +00:00
org.eclipse.cdt.core.linux Change the version to reflect the one in the head. 2003-12-05 18:40:06 +00:00
org.eclipse.cdt.core.qnx Change the version to reflect the one in the head. 2003-12-05 18:40:06 +00:00
org.eclipse.cdt.core.solaris Change the version to reflect the one in the head. 2003-12-05 18:40:06 +00:00
org.eclipse.cdt.core.tests org.eclipse.cdt.core 2004-01-15 13:38:02 +00:00
org.eclipse.cdt.core.win32 Replace QNX copyright with standard CPL copyright. 2004-01-08 12:06:08 +00:00
org.eclipse.cdt.ui org.eclipse.cdt.core 2004-01-15 13:38:02 +00:00
org.eclipse.cdt.ui.tests Fix the classpaths to use dynamic containers again. 2004-01-05 21:16:28 +00:00