[Lldb-commits] [PATCH] D149914: [lldb] Refactor ObjCLanguage::MethodName

Alex Langford via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu May 11 13:05:41 PDT 2023


bulbazord added a comment.

In D149914#4335858 <https://reviews.llvm.org/D149914#4335858>, @aprantl wrote:

> I'm not opposed to using this implementation, but have you considered using something like the stdlib regex library to do the heavy lifting?

I had not considered it actually... I don't have any experience using anything from `<regex>`. I know LLVM has its own regex engine, perhaps that might be appropriate? I know LLDB uses it in its `RegularExpression` class.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D149914



More information about the lldb-commits mailing list