[all-commits] [llvm/llvm-project] 2e9723: [Demangle] Rename OutputStream to OutputString
Luís Ferreira via All-commits
all-commits at lists.llvm.org
Thu Oct 21 17:35:13 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2e97236aacbbcd58873826deb9a0e6a0704be8db
https://github.com/llvm/llvm-project/commit/2e97236aacbbcd58873826deb9a0e6a0704be8db
Author: Luís Ferreira <contact at lsferreira.net>
Date: 2021-10-21 (Thu, 21 Oct 2021)
Changed paths:
M libcxxabi/src/demangle/ItaniumDemangle.h
M libcxxabi/src/demangle/Utility.h
M llvm/include/llvm/Demangle/ItaniumDemangle.h
M llvm/include/llvm/Demangle/MicrosoftDemangleNodes.h
M llvm/include/llvm/Demangle/Utility.h
M llvm/lib/Demangle/ItaniumDemangle.cpp
M llvm/lib/Demangle/MicrosoftDemangle.cpp
M llvm/lib/Demangle/MicrosoftDemangleNodes.cpp
M llvm/lib/Demangle/RustDemangle.cpp
M llvm/unittests/Demangle/CMakeLists.txt
M llvm/unittests/Demangle/ItaniumDemangleTest.cpp
A llvm/unittests/Demangle/OutputBufferTest.cpp
R llvm/unittests/Demangle/OutputStreamTest.cpp
Log Message:
-----------
[Demangle] Rename OutputStream to OutputString
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.
Reviewed By: #libc_abi, dblaikie, ldionne
Differential Revision: https://reviews.llvm.org/D111947
More information about the All-commits
mailing list