We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaa7b38 commit 30a4028Copy full SHA for 30a4028
lldb/include/lldb/Symbol/TypeSystem.h
@@ -237,8 +237,8 @@ class TypeSystem : public PluginInterface,
237
238
virtual ConstString GetDisplayTypeName(lldb::opaque_compiler_type_t type) = 0;
239
240
- // Defaults to GetTypeName(type). Override if your language desires
241
- // specialized behavior.
+ /// Defaults to GetTypeName(type). Override if your language desires
+ /// specialized behavior.
242
virtual ConstString GetMangledTypeName(lldb::opaque_compiler_type_t type);
243
244
virtual uint32_t
0 commit comments