[Lldb-commits] [PATCH] D66628: [Symbol] Decouple clang from DeclVendor
Alex Langford via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Aug 22 18:07:07 PDT 2019
xiaobai created this revision.
xiaobai added reviewers: JDevlieghere, clayborg, jingham, teemperor.
Herald added subscribers: kadircet, arphaman, mgorny.
Herald added a project: LLDB.
This removes DeclVendor's dependency on clang (and ClangASTContext).
DeclVendor has no need to know about specific TypeSystems.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D66628
Files:
lldb/include/lldb/Symbol/ClangASTContext.h
lldb/include/lldb/Symbol/DeclVendor.h
lldb/include/lldb/Symbol/TypeSystem.h
lldb/source/Plugins/ExpressionParser/Clang/CMakeLists.txt
lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp
lldb/source/Plugins/ExpressionParser/Clang/ClangDeclVendor.cpp
lldb/source/Plugins/ExpressionParser/Clang/ClangDeclVendor.h
lldb/source/Plugins/LanguageRuntime/ObjC/ObjCLanguageRuntime.h
lldb/source/Symbol/ClangASTContext.cpp
lldb/source/Symbol/DeclVendor.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66628.216750.patch
Type: text/x-patch
Size: 8704 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190823/9075a28f/attachment.bin>
More information about the lldb-commits
mailing list