Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Applied [HEAD] Re: [cdt-patch] C types in the parser symbol table (bug45573)

JohnC
www.eclipse.org/cdt



Andrew Niefer/Ottawa/IBM@IBMCA 
Sent by: cdt-patch-admin@xxxxxxxxxxx
01/26/2004 02:55 PM
Please respond to
cdt-patch


To
cdt-patch@xxxxxxxxxxx
cc

Subject
[cdt-patch] C types in the parser symbol table (bug45573)






This patch provides handling of the C types _Complex, _Imaginary, _Bool & 
long long int in the parser symbol table. (bug45573)

Core:
        modified ParserSymbolTable.promotion() & conversion()
        added TypeInfo.isLongLong
        modified TypeInfo.canHold()

Core.tests:
        Added ParserSymbolTableTest.testLongLong() 
        Added ParserSymbolTableTest.testComplex() 
        Added ParserSymbolTableTest.test_Bool() 

tested on windows & linux

-Andrew

[attachment "01.26.04.core.txt" deleted by John Camelon/Ottawa/IBM] 
[attachment "01.26.04.core.tests.txt" deleted by John Camelon/Ottawa/IBM] 



Back to the top