mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
![]() ==================== 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. |
||
---|---|---|
.. | ||
org.eclipse.cdt.core | ||
org.eclipse.cdt.core.aix | ||
org.eclipse.cdt.core.linux | ||
org.eclipse.cdt.core.qnx | ||
org.eclipse.cdt.core.solaris | ||
org.eclipse.cdt.core.tests | ||
org.eclipse.cdt.core.win32 | ||
org.eclipse.cdt.ui | ||
org.eclipse.cdt.ui.tests |