Synopsis - Issue Tracker

Task32 Editing

Title implement sizeof / offsetof analyzer
Created on 2004-10-21.15:32:51 by stefan, last changed 2004-10-21.15:32:51. by stefan
assigned to priority high
type coding solves
topic components C++ parser
status new result
depends on
View: task25
superseded by
Add Comment:
File
CC List:? stefan

Messages
Author: stefan Date: 2004-10-21.15:32:50
As part of constant (integral) expression evaluation
we need to be able to determine the size of any given type. The implementation requires a working symbol lookup, so it can find all member types for any given class / struct / union.
History
Date User Action Args
2004-10-21 15:32:51stefancreate