[libcxx-commits] [PATCH] D148566: [libcxxabi] copy back std::string_view patches from LLVM
Nick Desaulniers via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Apr 20 13:49:43 PDT 2023
nickdesaulniers added inline comments.
================
Comment at: libcxxabi/src/demangle/ItaniumDemangle.h:2492
+ bool consumeIf(std::string_view S) {
+ if (llvm::itanium_demangle::starts_with(
+ std::string_view(First, Last - First), S)) {
----------------
wrong namespace for this file
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D148566/new/
https://reviews.llvm.org/D148566
More information about the libcxx-commits
mailing list