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

Luís Ferreira via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 21 13:09:16 PDT 2021


ljmf00 updated this revision to Diff 381369.
ljmf00 added a comment.

I amended the diff. I also renamed variable names to match the new type name, otherwise OS and S names would not make much sense. I renamed them to be OB.


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

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/OutputBufferTest.cpp
  llvm/unittests/Demangle/OutputStreamTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111947.381369.patch
Type: text/x-patch
Size: 157464 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211021/89fd0a23/attachment-0001.bin>


More information about the llvm-commits mailing list