Actions
Feature #363
openMacro and macro arguments references
Start date:
08/05/2010
Due date:
% Done:
0%
Estimated time:
Published in build:
Description
As I understand there is no way to refer to macro or macro arguments (like $proceed
and $argN
for functions). It must be implemented, but it isn't important.
Updated by Evgeny Novikov over 12 years ago
But one can refer to macro parameter by its name:
before: define(A(a)) { func(a) }
After implementing #3494 macro parameter name can differ from the source one.
Updated by Evgeny Novikov over 12 years ago
- Project changed from Linux Driver Verification to C Instrumentation Framework
- Category deleted (
15)
Updated by Evgeny Novikov about 9 years ago
- Description updated (diff)
- Priority changed from Low to High
Actions