> It might be more flexible to represent the analysis results as a > type/inheritance graph -- i.e. explicitly introduce inheritance edge > class to capture the interitence relationship (offset, etc) between > two class nodes. The 'method' should probably be augmented to include
Yep, that is general goal. I simply have vectors to represent edges in the graph, but adding offset is on my TODO. > vtable slot index info. Inherited (not overridden) methods do not need > to represented in the derived type node etc. Isn't it what DECL_VINDEX is supposed to give me? Honza