Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Symbol] Decouple clang from DeclVendor | Alex Langford | 2019-08-23 | 1 | -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::FindTypes | Alex Langford | 2019-07-02 | 1 | -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 |