llvm-capstone/llvm/unittests/Demangle
Nick Desaulniers f5371eb3d3 [Damangle] convert dlangDemangle to use std::string_view
I was doing this API conversion to use std::string_view top-down in
D149104, but this exposed issues in individual demanglers that needed to
get fixed first. There's no issue with the conversion for the D language
demangler, so convert it.

I have a more aggressive refactoring of the entire D language demangler
to use std::string_view more extensively, but the interface with
llvm::nonMicrosoftDemangle is the more interesting one.

Reviewed By: MaskRay

Differential Revision: https://reviews.llvm.org/D151003
2023-06-02 15:19:41 -07:00
..
CMakeLists.txt remove Demangle/StringView.h 2023-06-01 10:13:33 -07:00
DemangleTest.cpp
DLangDemangleTest.cpp [Damangle] convert dlangDemangle to use std::string_view 2023-06-02 15:19:41 -07:00
ItaniumDemangleTest.cpp Reland: [Demangle] replace use of llvm::StringView w/ std::string_view 2023-04-20 11:22:20 -07:00
OutputBufferTest.cpp Reland: [Demangle] replace use of llvm::StringView w/ std::string_view 2023-04-20 11:22:20 -07:00
PartialDemangleTest.cpp
RustDemangleTest.cpp