Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Applied: [cdt-patch] Parser upgrades - Refactoring for better use of our DOM

-----Original Message-----
From: Camelon, John [mailto:jcamelon@xxxxxxxxxxxx] 
Sent: Monday, April 07, 2003 9:06 PM
To: Cdt-Patch (E-mail)
Subject: [cdt-patch] Parser upgrades - Refactoring for better use of our DOM

CORE
	Brought DOM up to par wrt functionality with Code Model.  
	Added isFunctionDefinition() to SimpleDeclaration.  
	Added visiblity indicators for member declarations.  
	Added offset information that was previously unavailable.  
	Added preprocessor statements (inclusions, macros) to DOM.  
	Updated TypeSpecifier hierarchy to allow for parameter declarations
to own elaborated types. 
	Added new constructor to parser to aid testing. 
	Fixed bug36065.  

TESTS
	Added testMemberDeclarations(), testPreprocessor(),
testElaboratedParms() to DOMTests.

JohnC



Back to the top