[Lldb-commits] [PATCH] D63622: [Target] Hoist LanguageRuntime::GetDeclVendor

Alex Langford via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Jun 20 13:47:27 PDT 2019


xiaobai created this revision.
xiaobai added reviewers: JDevlieghere, labath, compnerd, davide.

It's possible that each LanguageRuntime could have its own DeclVendor,
so let's hoist that out of ObjCLanguageRuntime into LanguageRuntime.

Additionally, this gives the opportunity to remove SBTarget's dependency
on ObjCLanguageRuntime.


https://reviews.llvm.org/D63622

Files:
  include/lldb/Target/LanguageRuntime.h
  include/lldb/Target/ObjCLanguageRuntime.h
  source/API/SBTarget.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63622.205896.patch
Type: text/x-patch
Size: 4514 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190620/96743cb7/attachment.bin>


More information about the lldb-commits mailing list