[PATCH] D49639: [MS Demangler] Demangle pointers to member functions
Reid Kleckner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 23 10:20:37 PDT 2018
rnk added a comment.
In https://reviews.llvm.org/D49639#1171901, @ruiu wrote:
> Even though `int __cdecl (*)(void) __cdecl (B::*volatile memptrtofun7)(void)` is easier to read, it is not a valid piece of code, no? It is unfortunate that the C type declaration is so hard to read, but I believe people expect that demangler emits function declaration not in some "improved" form but in the regular C grammar.
+1
https://reviews.llvm.org/D49639
More information about the llvm-commits
mailing list