[Lldb-commits] [PATCH] D69820: [Symbol] Add TypeSystem::GetClassName
Alex Langford via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Nov 4 13:00:23 PST 2019
xiaobai created this revision.
xiaobai added reviewers: JDevlieghere, labath, compnerd, teemperor.
Herald added a project: LLDB.
This will generalize some behavior in ValueObject. Although this code
path is still specific to C++, it no longer references ClangASTContext directly.
This will allow us to move ClangASTContext out of Symbol in the near future.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D69820
Files:
lldb/include/lldb/Symbol/ClangASTContext.h
lldb/include/lldb/Symbol/TypeSystem.h
lldb/source/Core/ValueObject.cpp
lldb/source/Symbol/ClangASTContext.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69820.227765.patch
Type: text/x-patch
Size: 3814 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20191104/a79b046b/attachment.bin>
More information about the lldb-commits
mailing list