Actions
Feature #359
openThink whether treat typedefs on structures as structures themselves
Start date:
08/05/2010
Due date:
% Done:
0%
Estimated time:
Published in build:
Description
It may be useful to implement introduce primitive pointcut also for typedefs like for structures, unions and enumerations.
struct X { int a; }; typedef struct X T1; typedef T1 T2; // I.e. processing of anonymous types! typedef struct { int b; } T3; typedef T3 T4;
The idea come from ACC.
Updated by Evgeny Novikov about 12 years ago
- Project changed from Linux Driver Verification to C Instrumentation Framework
- Category deleted (
15)
Actions