Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Rejected : Re: [cdt-patch] Parser_SymbolTable: updates to symbol table for Templates


This currently causes several DOMTests to fail due to previous integration attempts in the parser w/the symbol table.
I will back some of these updates out and then we can revisit this again later.

John
 


Andrew Niefer/Ottawa/IBM@IBMCA
Sent by: cdt-patch-admin@xxxxxxxxxxx

05/26/2003 10:45 AM
Please respond to cdt-patch

       
        To:        cdt-patch@xxxxxxxxxxx
        cc:        
        Subject:        [cdt-patch] Parser_SymbolTable: updates to symbol table for Templates




This patch should be applied to the Parser_SymbolTable branch.

My previous patch has not yet been applied, so this patch replaces that patch.  This contains everything from before plus an initial pass at templates.

Core:
  • new class TemplateInstance to support templates
  • new class eType for stronger type safety in TypeInfo
  • new class PtrOp for better handling of pointer operators and cv qualifiers.


UI
  • Added ParserSymbolTableTest::testTemplateParameterAsParent,
  • Added ParserSymbolTableTest::testTemplateInstanceAsParent
  • Added ParserSymbolTableTest::testTemplateParameterDefaults






-Andrew



#### patch_05.26.03(cdt.ui.tests).txt has been removed from this note on May 26, 2003 by John Camelon
#### patch_05.26.03(cdt.core).txt has been removed from this note on May 26, 2003 by John Camelon

Back to the top