We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7e6f04 commit 1f6abb7Copy full SHA for 1f6abb7
src/items/external-blocks.md
@@ -91,6 +91,8 @@ There are also some platform-specific ABI strings:
91
* `extern "vectorcall"` -- The `vectorcall` ABI -- corresponds to MSVC's
92
`__vectorcall` and clang's `__attribute__((vectorcall))`
93
* `extern "efiapi"` -- The ABI used for [UEFI] functions.
94
+* `extern "thiscall"` -- The default for C++ member functions on MSVC -- corresponds to MSVC's
95
+ `__thiscall` and GCC and clang's `__attribute__((thiscall))`
96
97
## Variadic functions
98
0 commit comments