[PATCH] D149975: [Demangle] fix comment NFC

Nick Desaulniers via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 15 14:33:46 PDT 2023


This revision was automatically updated to reflect the committed changes.
Closed by commit rG2ddfb6161f1d: [Demangle] fix comment NFC (authored by nickdesaulniers).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D149975/new/

https://reviews.llvm.org/D149975

Files:
  llvm/include/llvm/Demangle/Demangle.h


Index: llvm/include/llvm/Demangle/Demangle.h
===================================================================
--- llvm/include/llvm/Demangle/Demangle.h
+++ llvm/include/llvm/Demangle/Demangle.h
@@ -83,7 +83,7 @@
   bool partialDemangle(const char *MangledName);
 
   /// Just print the entire mangled name into Buf. Buf and N behave like the
-  /// second and third parameters to itaniumDemangle.
+  /// second and third parameters to __cxa_demangle.
   char *finishDemangle(char *Buf, size_t *N) const;
 
   /// Get the base name of a function. This doesn't include trailing template


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149975.522343.patch
Type: text/x-patch
Size: 588 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230515/59cceb78/attachment.bin>


More information about the llvm-commits mailing list