[lldb] [llvm] [lldb][dwarf] Compute fully qualified names on simplified template names with DWARFTypePrinter (PR #112811)
Michael Buch via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 6 06:28:58 PST 2024
================
@@ -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
More information about the llvm-commits
mailing list