jingham added inline comments.
================ Comment at: include/lldb/Target/LanguageRuntime.h:137 + virtual DeclVendor *GetDeclVendor() { return nullptr; } + ---------------- compnerd wrote: > Can this not be `const`? Seems like retrieving the vendor should not mutate > the runtime. The vendor is computed lazily, so calling this could cause the vendor to get built. So formally this is not a const operation. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D63622/new/ https://reviews.llvm.org/D63622 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits