[PATCH] D149104: [Demangle] make llvm::demangle take std::string_view rather than const std::string&

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon May 1 18:38:52 PDT 2023


MaskRay accepted this revision.
MaskRay added a comment.
This revision is now accepted and ready to land.

Looks great!



================
Comment at: llvm/docs/ReleaseNotes.rst:289
 
+* ``llvm::demangle`` now takes a ``std::string_view`` rather than a
+  ``const std::string&``. Be careful passing temporaries into
----------------
The text wrapping appears to use a very small `set textwidth` (neovim)?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D149104/new/

https://reviews.llvm.org/D149104



More information about the cfe-commits mailing list