[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
Mon Aug 20 12:45:01 PDT 2018


This revision was automatically updated to reflect the committed changes.
rsmith marked 2 inline comments as done.
Closed by commit rL340203: Move Itanium demangler implementation into a header file and add visitation… (authored by rsmith, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D50930?vs=161365&id=161541#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D50930

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D50930.161541.patch
Type: text/x-patch
Size: 336290 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180820/2e6468b9/attachment-0001.bin>


More information about the llvm-commits mailing list