commit | c2403ba5de806f8614c9f806c2c5b5feb2c26be4 | [log] [tgz] |
---|---|---|
author | Zachary Turner <zturner@google.com> | Thu Jul 26 20:33:48 2018 +0000 |
committer | Zachary Turner <zturner@google.com> | Thu Jul 26 20:33:48 2018 +0000 |
tree | 8985b47a814bbb30e285290737a11e41369ab335 | |
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