diff options
author | Zachary Turner <zturner@google.com> | 2018-07-26 20:33:48 +0000 |
---|---|---|
committer | Zachary Turner <zturner@google.com> | 2018-07-26 20:33:48 +0000 |
commit | c2403ba5de806f8614c9f806c2c5b5feb2c26be4 (patch) | |
tree | 8985b47a814bbb30e285290737a11e41369ab335 /include | |
parent | eedd47c7f5ac68570b734409fd74ac653dac1985 (diff) |
[MS Demangler] Print calling convention inside parentheses.
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.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@338068 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions