robotpy / robotpy-cppheaderparser

DEPRECATED: use cxxheaderparser instead
Other
123 stars 39 forks source link

Adding flag to identify vararg functions #9

Closed GardenTools closed 5 years ago

GardenTools commented 5 years ago

There seemed to be no existing indication when encountering printf-like functions that they accept variable arguments. It was previously possible to infer this from the debug field because it would mistakenly show the prototype as ending with a ",)" having detected the trailing "..." as a parameter, but then not used it successfully.

virtuald commented 5 years ago

Looks great, thanks!

virtuald commented 5 years ago

Should be available in 3.0.5 in a few minutes.