[all-commits] [llvm/llvm-project] 2d77b2: [Demangle] Add prepend functionality to OutputString
Luís Ferreira via All-commits
all-commits at lists.llvm.org
Tue Oct 26 16:24:40 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2d77b272a8f9b5b89b022628ca30b6b896a8f725
https://github.com/llvm/llvm-project/commit/2d77b272a8f9b5b89b022628ca30b6b896a8f725
Author: Luís Ferreira <contact at lsferreira.net>
Date: 2021-10-26 (Tue, 26 Oct 2021)
Changed paths:
M libcxxabi/src/demangle/Utility.h
M llvm/include/llvm/Demangle/Utility.h
M llvm/unittests/Demangle/OutputBufferTest.cpp
Log Message:
-----------
[Demangle] Add prepend functionality to OutputString
Implement the functionallity of prepend, required by D demangler.
Please read discussion https://reviews.llvm.org/D111414 for context.
See also https://reviews.llvm.org/D111947 .
Reviewed By: dblaikie, Geod24
Differential Revision: https://reviews.llvm.org/D111948
More information about the All-commits
mailing list