================
@@ -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
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to