summaryrefslogtreecommitdiffstats
path: root/lldb/source/Symbol/DeclVendor.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [Symbol] Decouple clang from DeclVendorAlex Langford2019-08-231-5/+6
| | | | | | | | | | Summary: This removes DeclVendor's dependency on clang (and ClangASTContext). DeclVendor has no need to know about specific TypeSystems. Differential Revision: https://reviews.llvm.org/D66628 llvm-svn: 369735
* [Symbol] Add DeclVendor::FindTypesAlex Langford2019-07-021-0/+29
Summary: Following up on the plan I outlined in 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. Differential Revision: https://reviews.llvm.org/D63853 llvm-svn: 364962
OpenPOWER on IntegriCloud