================
@@ -408,6 +408,9 @@ class MicrosoftCXXNameMangler {
   void mangleSourceName(StringRef Name);
   void mangleNestedName(GlobalDecl GD);
 
+  void mangleAutoReturnType(QualType T, SourceRange Range,
----------------
zmodem wrote:

Is the SourceRange actually needed? I see it getting passed around to the 
`mangleAutoReturnType` methods, but I didn't find any actual use in the end?

https://github.com/llvm/llvm-project/pull/102848
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to