[all-commits] [llvm/llvm-project] c8144e: [RustDemangle] remove StringView::dropFront
Nick Desaulniers via All-commits
all-commits at lists.llvm.org
Fri Apr 14 09:23:46 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c8144eea9eff03a6a803d8e5dc45776f035486af
https://github.com/llvm/llvm-project/commit/c8144eea9eff03a6a803d8e5dc45776f035486af
Author: Nick Desaulniers <ndesaulniers at google.com>
Date: 2023-04-14 (Fri, 14 Apr 2023)
Changed paths:
M llvm/lib/Demangle/RustDemangle.cpp
Log Message:
-----------
[RustDemangle] remove StringView::dropFront
Toward the goal of replacing llvm::StringView with std::string_view,
first replacing users of llvm::StringView::dropFront, this case in the
Rust demangling scheme seemed worth its own commit+review.
Reviewed By: erichkeane, MaskRay
Differential Revision: https://reviews.llvm.org/D148272
More information about the All-commits
mailing list