[PATCH] D104218: [ADT] Add StringRef consume_front_lower and consume_back_lower

Chris Lattner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 14 17:14:30 PDT 2021


lattner added a comment.

I don't think this is general enough requirement to add a specialized method for it.  Did you consider adding a consumes_front/back overload that takes a lambda?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D104218



More information about the llvm-commits mailing list