- Calling conventions explicitly specified on function declarations (
__cdecl
,__stdcall
,__fastcall
, etc.) are now represented as specifiers of those declarations. - A new class
CallingConventionSpecifier
extending theSpecifier
class was introduced, which represents explicitly specified calling conventions.