This removes DeclVendor's dependency on clang (and ClangASTContext).
DeclVendor has no need to know about specific TypeSystems.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D66628
[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).
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Aug 22 2019, 6:27 PM Closed by commit rL369735: [Symbol] Decouple clang from DeclVendor (authored by xiaobai). · Explain WhyAug 22 2019, 11:10 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 216770 lldb/trunk/include/lldb/Symbol/ClangASTContext.h
lldb/trunk/include/lldb/Symbol/DeclVendor.h
lldb/trunk/include/lldb/Symbol/TypeSystem.h
lldb/trunk/source/Plugins/ExpressionParser/Clang/CMakeLists.txt
lldb/trunk/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp
lldb/trunk/source/Plugins/ExpressionParser/Clang/ClangDeclVendor.h
lldb/trunk/source/Plugins/ExpressionParser/Clang/ClangDeclVendor.cpp
lldb/trunk/source/Plugins/LanguageRuntime/ObjC/ObjCLanguageRuntime.h
lldb/trunk/source/Symbol/ClangASTContext.cpp
lldb/trunk/source/Symbol/DeclVendor.cpp
|