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 | 024e1762aa6a89c623df8b1fcbd6b19744bebbde (patch) | |
| tree | b3108dbbf6db5997e23d5276bd52e4584046b42f /clang/lib/Sema/Sema.cpp | |
| parent | ca7aef10c453437f8a9ddaaa8370f57a5a290b32 (diff) | |
| download | bcm5719-llvm-024e1762aa6a89c623df8b1fcbd6b19744bebbde.tar.gz bcm5719-llvm-024e1762aa6a89c623df8b1fcbd6b19744bebbde.zip | |
[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.
llvm-svn: 338068
Diffstat (limited to 'clang/lib/Sema/Sema.cpp')
0 files changed, 0 insertions, 0 deletions

