Piotr Rak wrote: > Hi all, > > I belive there is no way to distinguish between virtual/nonvirtual > inheritance, with current data available from dehydra. > Would adding new member: > isVirtual=true|false > to element of bases collection be acceptable?
Yes, please do. > I would be happy to add this functionality, as an excersise. :) http://hg.mozilla.org/users/tglek_mozilla.com/dehydra-gcc/file/3d1d7964c4c8/dehydra_types.c#l117 is where we create the object with .type and .access properties... you just need to add another property to that object. --BDS _______________________________________________ dev-static-analysis mailing list [email protected] https://lists.mozilla.org/listinfo/dev-static-analysis
