Hello, What support does clang have for calling conventions? I'm looking for some code that converts a C function type with a particular calling convention (cdecl, stdcall, or fastcall) into an LLVM function type. Best Regards, Jon