rsmith added inline comments.
================ Comment at: clang/lib/AST/MicrosoftMangle.cpp:657-660 // <member-function-pointer> ::= $1? <name> // ::= $H? <name> <number> // ::= $I? <name> <number> <number> // ::= $J? <name> <number> <number> <number> ---------------- For what it's worth, I'm fairly convinced the `$` is not actually part of the mangling of the member function pointer, and is instead part of the mangling of a non-type template argument (or more generally of a value). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D89998/new/ https://reviews.llvm.org/D89998 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits