mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
349 B
349 B
4.2.0
New Features
- Calling conventions explicitly specified on function declarations (
__cdecl,__stdcall,__fastcall, etc.) are now represented as specifiers of those declarations. - A new class
CallingConventionSpecifierextending theSpecifierclass was introduced, which represents explicitly specified calling conventions.