K&R-style variadic functions

Jacob Carlborg doob at me.com
Tue Jul 17 07:50:27 PDT 2012


On 2012-07-17 16:37, Regan Heath wrote:

> All my googling for "old style" "variadic" etc returned the use of
> va_alist and va_dcl so I can't see where/why Clang would do what it's
> doing.

To be accurate it's the libclang function "clang_isFunctionTypeVariadic" 
that returns true.

http://clang.llvm.org/doxygen/group__CINDEX__TYPES.html#ga343b2463b0ed4b259739242cf26c3ae2 


-- 
/Jacob Carlborg




More information about the Digitalmars-d mailing list