Actions
Feature #2738
closedSupport '..' wildcard for macros as well as for functions
Start date:
04/11/2012
Due date:
% Done:
0%
Estimated time:
Published in build:
Description
Issue #363 requests ability to refer to macro arguments as well as to function arguments ($arg1, $arg2, etc.). Also we should request to support wildcard '..' for macros (that will allow to feel free with macro argument names) as it's already implemented for functions.
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
- Priority changed from Normal to High
Updated by Evgeny Novikov over 6 years ago
- Blocked by deleted (Feature #345: Fix implementation of '..' wildcard)
Updated by Evgeny Novikov over 6 years ago
- Status changed from Open to Closed
I did it in ca90752. Unlike functions one can use the only ".." for macros as there is no sense to use them in combination with, say, "$" or/and argument names (for functions we need particular types matching). Moreover, there is new pattern "$actual_args" to print all macro actual arguments matched by "..".
Actions