Files
codeql/cpp/ql/lib/change-notes/2025-03-31-calling-convention.md
2025-04-01 09:53:36 +02:00

347 B

category
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.