Project

General

Profile

Actions

Feature #359

open

Think whether treat typedefs on structures as structures themselves

Added by Evgeny Novikov over 13 years ago. Updated about 8 years ago.

Status:
Open
Priority:
Low
Category:
Pointcuts matching
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.

Actions #1

Updated by Evgeny Novikov over 11 years ago

  • Project changed from Linux Driver Verification to C Instrumentation Framework
  • Category deleted (15)
Actions #2

Updated by Evgeny Novikov about 8 years ago

  • Category set to Pointcuts matching
Actions

Also available in: Atom PDF