================
@@ -514,6 +514,10 @@ class CXXNameMangler {
   void mangleUnscopedTemplateName(GlobalDecl GD, const DeclContext *DC,
                                   const AbiTagList *AdditionalAbiTags);
   void mangleSourceName(const IdentifierInfo *II);
+  void mangleConstructorName(const NamedDecl *ND,
+                             const AbiTagList *AdditionalAbiTags);
+  void mangleDestructorName(const NamedDecl *ND,
+                            const AbiTagList *AdditionalAbiTags);
----------------
eiytoq wrote:

I think that can be a separate NFC PR, since many places use a pointer.

https://github.com/llvm/llvm-project/pull/181068
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to