[all-commits] [llvm/llvm-project] 936dcc: [Demangle] convert is*Encoding to use std::string_...
Nick Desaulniers via All-commits
all-commits at lists.llvm.org
Mon Jun 5 09:39:11 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 936dcc89da4f6263ab17e18a85791cd45d86d7cc
https://github.com/llvm/llvm-project/commit/936dcc89da4f6263ab17e18a85791cd45d86d7cc
Author: Nick Desaulniers <ndesaulniers at google.com>
Date: 2023-06-05 (Mon, 05 Jun 2023)
Changed paths:
M llvm/lib/Demangle/Demangle.cpp
Log Message:
-----------
[Demangle] convert is*Encoding to use std::string_view
This was originally a part of D149104 which was backed out. This change
is uncontroversial though, so split it out and reland it.
Reviewed By: MaskRay
Differential Revision: https://reviews.llvm.org/D152042
More information about the All-commits
mailing list