CDT Commit Report for - December 12, 2003

amagloire

Check for null and move the shutdown of the binaryParser
after the elements been released.

dinglis

fixed junit test failure

jcamelon

CORE
Added OffsetLimitReachedException and restructured Parser exceptions.
Continued support for code assist/selection search parser.
Ensured all source in parser/ have copyright notices.

TESTS
Expanded ContextualParseTest::testBaseCase().
Updated tests to deal with new signatures/exceptions.

UI
Updated CompletionEngine to deal with new signatures/exceptions in parser.

CORE
Added preliminary keyword support into IASTCompletionNode::getKeywords().
Refactored parser to put keyword string literals in one utility class.

TESTS
Updated testBaseCase_SimpleDeclaration() for keyword assertions.