mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
b81e08b31f
For function pointers, we would print something like int __cdecl (*)(int) We need to move the calling convention inside, and print int (__cdecl *)(int) This patch implements this change for regular function pointers as well as member function pointers. llvm-svn: 338068 |
||
---|---|---|
.. | ||
ms-arg-qualifiers.test | ||
ms-basic.test | ||
ms-mangle.test | ||
ms-windows.test |