CDT Commit Report for - January 21, 2005

aniefer

Bindings in the new Parser:
- Class Scopes
- Implicit member functions

jcamelon

IASTNodeLocation support for #inclusions.

Patch for Devin Steffler.

This patch updates the following for the K&R C support in GNUCSourceParser:
- updated the existing K&R C tests to test CTranslationUnit#getDeclarations(IBinding) and CVisitor.clearBindings(IASTTranslationUnit)
- GNUCSourceParser now uses simpleDeclaration instead of parseDeclarationOrExpression when parsing the K&R C Parameter Declarations
- added a couple more tests
- fixed a couple K&R C bugs related to CVisitor/CStructure

mkhodjai

Fix for bug 83412: Run to line and resume at line should run in the background.

Fix for bug 83437: Loading symbols should be run in the background.

Partial fix for bug 83465: Add "Run to line" and "Resume at line" actions to the context menu of Disassembly view.