[PATCH] D111947: [Demangle] Rename OutputStream to OutputString

Luís Ferreira via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Oct 16 12:34:04 PDT 2021


ljmf00 created this revision.
Herald added subscribers: hiraditya, mgorny.
ljmf00 requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This patch is a refactor to implement prepend afterwards. Since this changes a lot of files and to conform with guidelines, I will separate this from the implementation of prepend. Related to the discussion in https://reviews.llvm.org/D111414 , so please read it for more context.


https://reviews.llvm.org/D111947

Files:
  libcxxabi/src/demangle/ItaniumDemangle.h
  libcxxabi/src/demangle/Utility.h
  llvm/include/llvm/Demangle/ItaniumDemangle.h
  llvm/include/llvm/Demangle/MicrosoftDemangleNodes.h
  llvm/include/llvm/Demangle/Utility.h
  llvm/lib/Demangle/ItaniumDemangle.cpp
  llvm/lib/Demangle/MicrosoftDemangle.cpp
  llvm/lib/Demangle/MicrosoftDemangleNodes.cpp
  llvm/lib/Demangle/RustDemangle.cpp
  llvm/unittests/Demangle/CMakeLists.txt
  llvm/unittests/Demangle/ItaniumDemangleTest.cpp
  llvm/unittests/Demangle/OutputStreamTest.cpp
  llvm/unittests/Demangle/OutputStringTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111947.380205.patch
Type: text/x-patch
Size: 102154 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211016/caf8022f/attachment.bin>


More information about the llvm-commits mailing list