Actions
Bug #4174
openTypedef irq_handler_t is't matched properly
Start date:
05/14/2013
Due date:
% Done:
0%
Estimated time:
Detected in build:
svn
Platform:
Published in build:
Description
Typedef "irq_handler_t" isn't matched by CIF in a proper way.
For example in function
static inline int __must_check request_irq(unsigned int irq, irq_handler_t handler, unsigned long flags, const char *name, void *dev)
second argument matched as
irqreturn_t (*handler)(int, void *)
Updated by Evgeny Novikov over 11 years ago
- Status changed from New to Open
- Priority changed from Low to Normal
An usual complication with typedefs interpretation in Aspectator. BTW, C-backend processes them very well.
Updated by Evgeny Novikov almost 9 years ago
- Category set to Pointcuts matching
- Priority changed from Normal to High
Updated by Evgeny Novikov over 5 years ago
- Has duplicate Bug #4688: Inforequests don't work on function declarations with typedefs as arguments types. added
Actions