llvm-project/llvm/unittests/Demangle
Luís Ferreira 2e97236aac [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
2021-10-21 17:34:57 -07:00
..
CMakeLists.txt [Demangle] Rename OutputStream to OutputString 2021-10-21 17:34:57 -07:00
DemangleTest.cpp [Demangle] Extract nonMicrosoftDemangle from llvm::demangle 2021-10-16 13:32:16 +02:00
ItaniumDemangleTest.cpp [Demangle] Rename OutputStream to OutputString 2021-10-21 17:34:57 -07:00
OutputBufferTest.cpp [Demangle] Rename OutputStream to OutputString 2021-10-21 17:34:57 -07:00
PartialDemangleTest.cpp
RustDemangleTest.cpp [demangler] Initial support for the new Rust mangling scheme 2021-05-03 16:44:30 -07:00
StringViewTest.cpp