[PATCH] D50930: Move Itanium demangler implementation into a header file and add visitation support.

Richard Smith - zygoloid via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 17 18:42:13 PDT 2018


rsmith updated this revision to Diff 161365.
rsmith added a comment.

Update visit comment now there is no class hierarchy to speak of.


Repository:
  rL LLVM

https://reviews.llvm.org/D50930

Files:
  include/llvm/Demangle/Compiler.h
  include/llvm/Demangle/ItaniumDemangle.h
  include/llvm/Demangle/StringView.h
  include/llvm/Demangle/Utility.h
  lib/Demangle/Compiler.h
  lib/Demangle/ItaniumDemangle.cpp
  lib/Demangle/MicrosoftDemangle.cpp
  lib/Demangle/StringView.h
  lib/Demangle/Utility.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D50930.161365.patch
Type: text/x-patch
Size: 221868 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180818/4fb246bf/attachment-0001.bin>


More information about the llvm-commits mailing list