Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 347 Bytes

File metadata and controls

5 lines (5 loc) · 347 Bytes
category feature
  • Calling conventions explicitly specified on function declarations (__cdecl, __stdcall, __fastcall, etc.) are now represented as specifiers of those declarations.
  • A new class CallingConventionSpecifier extending the Specifier class was introduced, which represents explicitly specified calling conventions.