[Lldb-commits] [PATCH] D63853: [Symbol] Add DeclVendor::FindTypes

Alex Langford via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Jun 26 16:58:40 PDT 2019


xiaobai created this revision.
xiaobai added reviewers: jingham, labath, JDevlieghere.
Herald added a subscriber: mgorny.

Following up on the plan I outlined in D63622 <https://reviews.llvm.org/D63622>, we can remove the
dependence on clang in all the places where we only want to find the
types from the DeclVendor. This means that currently DeclVendor depends
on clang, but centralizing the dependency makes it easier to refactor
cleanly.


https://reviews.llvm.org/D63853

Files:
  include/lldb/Symbol/DeclVendor.h
  source/API/SBTarget.cpp
  source/Plugins/Language/ObjC/ObjCLanguage.cpp
  source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
  source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTypeEncodingParser.cpp
  source/Symbol/CMakeLists.txt
  source/Symbol/DeclVendor.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63853.206768.patch
Type: text/x-patch
Size: 9893 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190626/de705071/attachment-0001.bin>


More information about the lldb-commits mailing list