This is an archive of the discontinued LLVM Phabricator instance.

[Symbol] Decouple clang from DeclVendor
ClosedPublic

Authored by xiaobai on Aug 22 2019, 6:00 PM.

Details

Summary

This removes DeclVendor's dependency on clang (and ClangASTContext).
DeclVendor has no need to know about specific TypeSystems.

Diff Detail

Repository
rL LLVM

Event Timeline

xiaobai created this revision.Aug 22 2019, 6:00 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 22 2019, 6:00 PM
jingham accepted this revision.Aug 22 2019, 6:27 PM

LGTM

This revision is now accepted and ready to land.Aug 22 2019, 6:27 PM
JDevlieghere accepted this revision.Aug 22 2019, 6:41 PM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptAug 22 2019, 11:10 PM