[Lldb-commits] [lldb] [lldb] Add SBType::FindDirectNestedType() function (PR #68705)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Fri Oct 13 08:12:48 PDT 2023
================
@@ -135,6 +135,12 @@ class TypeSystem : public PluginInterface,
virtual lldb::LanguageType DeclContextGetLanguage(void *opaque_decl_ctx) = 0;
+ // CompilerType functions
----------------
JDevlieghere wrote:
I know you're just being consistent with the surrounding code but these comments add little to no value so we're trying to organically remove them (and not add new ones).
https://github.com/llvm/llvm-project/pull/68705
More information about the lldb-commits
mailing list