[libc][NFC] Let var args be treated as a named type in the spec.
The type names in the spec are just sugar used by the header generator to generate the function prototype. Giving the VarArgType a name of "..." allows the header generator to treat and generate the "type name" for var arg parameters similar to how it does for any other type.
Loading
Please sign in to comment