[Lldb-commits] [PATCH] D149914: [lldb] Refactor ObjCLanguage::MethodName
Adrian Prantl via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu May 18 09:12:53 PDT 2023
aprantl accepted this revision.
aprantl added a comment.
This revision is now accepted and ready to land.
One more comment inline but otherwise this is fine with me.
================
Comment at: lldb/source/Plugins/Language/ObjC/ObjCLanguage.cpp:155
+ llvm::StringRef selector_name = GetSelector();
+ std::string name_sans_category;
+
----------------
Using an llvm string stream to construct the string might be faster here.
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