MantisBT - Z.C++
View Issue Details
0000015Z.C++[All Projects] Backend/Corepublic2011-01-10 00:162011-01-11 04:02
zaimoni 
zaimoni 
highmajorN/A
resolvedfixed 
 
0.0.70.0.7 
0000015: standardize struct/class/union/enum parsing
We'd like struct/class/union/enum parsing to be a function call so that it can be done from within function parameter lists, etc.

Migration remaining:
* C: UNION_NAME, UNION_NAMED_DEF, UNION_ANON_DEF, STRUCT_NAME, STRUCT_NAMED_DEF, STRUCT_ANON_DEF; then eliminate dead switch
* C++: UNION_NAME, UNION_NAMED_DEF; then eliminate dead switch
No tags attached.
Issue History
2011-01-10 00:16zaimoniNew Issue
2011-01-10 04:08zaimoniNote Added: 0000001
2011-01-10 09:35zaimoniTarget Version => 0.0.7
2011-01-10 09:38zaimoniAssigned To => zaimoni
2011-01-10 09:38zaimoniStatusnew => assigned
2011-01-10 09:39zaimoniStatusassigned => confirmed
2011-01-11 04:02zaimoniStatusconfirmed => resolved
2011-01-11 04:02zaimoniFixed in Version => 0.0.7
2011-01-11 04:02zaimoniResolutionopen => fixed

Notes
(0000001)
zaimoni   
2011-01-10 04:08   
C++ changes completed.