Status: New Owner: tudor.gi...@gmail.com Labels: Type-Defect Priority-Medium Component-Famix Milestone-4.6
New issue 697 by tudor.gi...@gmail.com: FAMIX should provide TypeAlias for modeling typedef in C http://code.google.com/p/moose-technology/issues/detail?id=697
I C we can provide another name for an existing type:
typedef struct var newtype;
Essentially, this acts like a type alias. This should be captured by FAMIX-C.
Updates: Status: Fixed
Comment #1 on issue 697 by tudor.gi...@gmail.com: FAMIX should provide TypeAlias for modeling typedef in C http://code.google.com/p/moose-technology/issues/detail?id=697
Added in the latest FAMIX-C:
FAMIXTypeAlias - subclass of Type - provides a reference to the aliasedType