dblaikie requested changes to this revision.
dblaikie added inline comments.
This revision now requires changes to proceed.


================
Comment at: lldb/include/lldb/Symbol/Type.h:204-206
+  static bool GetTypeScopeAndBasename(const llvm::StringRef name,
+                                      llvm::StringRef scope,
+                                      llvm::StringRef basename,
----------------



================
Comment at: lldb/source/Symbol/Type.cpp:665-667
+bool Type::GetTypeScopeAndBasename(const llvm::StringRef name,
+                                   llvm::StringRef scope,
+                                   llvm::StringRef basename,
----------------



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D113604

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to