[Lldb-commits] [PATCH] D61746: [Breakpoint] Make breakpoint language agnostic

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu May 9 23:21:49 PDT 2019


labath added inline comments.


================
Comment at: include/lldb/Target/Language.h:198
+  GetMethodNameVariants(ConstString method_name,
+                        std::vector<ConstString> &variant_names) const {
+    return;
----------------
Return the vector by value ?


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

https://reviews.llvm.org/D61746





More information about the lldb-commits mailing list