[Lldb-commits] [lldb] [lldb] Add GetMangledTypeName to TypeSystem/CompilerType (PR #113006)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Fri Oct 18 21:45:13 PDT 2024
================
@@ -237,6 +237,10 @@ class TypeSystem : public PluginInterface,
virtual ConstString GetDisplayTypeName(lldb::opaque_compiler_type_t type) = 0;
+ // Defaults to GetTypeName(type). Override if your language desires
+ // specialized behavior.
----------------
JDevlieghere wrote:
Nit: these should be `///` doxygen style comments.
https://github.com/llvm/llvm-project/pull/113006
More information about the lldb-commits
mailing list