-
Notifications
You must be signed in to change notification settings - Fork 36
[FEATURE REQUEST] Support for variadic functions #283
Copy link
Copy link
Open
Labels
‼ priority:p1Priority planning - level 1Priority planning - level 1🌍 scope:interprocWork regarding interprocedural analyses or call graphsWork regarding interprocedural analyses or call graphs🎆 type:featureNew feature or requestNew feature or request🏛 scope:program-structureWork regarding the program structureWork regarding the program structure
Metadata
Metadata
Assignees
Labels
‼ priority:p1Priority planning - level 1Priority planning - level 1🌍 scope:interprocWork regarding interprocedural analyses or call graphsWork regarding interprocedural analyses or call graphs🎆 type:featureNew feature or requestNew feature or request🏛 scope:program-structureWork regarding the program structureWork regarding the program structure
Type
Projects
Status
Backlog
Description
There should be an out-of-the-box support for variadic functions. This can likely be implemented as an additional flag in the
Parameterclass, and having matching/assigning strategy take care of that.