================
@@ -95,6 +100,8 @@ class DWARFBaseDIE {
 
   const char *GetName() const;
 
+  const char *getShortName() const { return GetName(); }
----------------
Michael137 wrote:

Nit: How do people feel about grouping all the new APIs that are required for 
LLVM compatbility together and commenting on adding a comment stating why we 
have them?

https://github.com/llvm/llvm-project/pull/112811
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to