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
|