xoofx/CppAst.NET

Variadic Arguments

cr545l opened this issue · 2 comments

Is there a way to detect "..." in a parameter?

I think it can VisitMember in the function handle the variadic arguments.

Just noting that the merged fix #52 only handles function declarations through CppFunction.Flags. But variadic arguments are not handled in function types, CppFunctionType.