================ @@ -146,6 +133,9 @@ class TypeSystem : public PluginInterface, virtual CompilerDeclContext GetCompilerDeclContextForType(const CompilerType &type); + virtual std::vector<lldb_private::CompilerContext> + DeclContextGetCompilerContext(void *opaque_decl_ctx); ---------------- Michael137 wrote:
could this function be marked `const`? https://github.com/llvm/llvm-project/pull/74786 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits