[llvm] [MSVC][Demangling] Respect MSDF_NoCallingConvention for function pointers (PR #209113)
Fred Tingaud via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 13 02:02:32 PDT 2026
================
@@ -356,6 +356,10 @@ struct DEMANGLE_ABI FunctionSignatureNode : public TypeNode {
void outputPre(OutputBuffer &OB, OutputFlags Flags) const override;
void outputPost(OutputBuffer &OB, OutputFlags Flags) const override;
+ // Subpart of outputPre directly called by PointerTypeNode, in order to handle
+ // calling convention differently.
----------------
frederic-tingaud-sonarsource wrote:
```suggestion
```
https://github.com/llvm/llvm-project/pull/209113
More information about the llvm-commits
mailing list