[Lldb-commits] [PATCH] D64159: [Core] Generalize ValueObject::MaybeCalculateCompleteType
Alex Langford via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Jul 3 13:47:46 PDT 2019
xiaobai created this revision.
xiaobai added reviewers: jingham, clayborg, JDevlieghere.
Instead of hardcoding ClangASTContext and ObjCLanguageRuntime, we can
generalize this by creating the method CalculateCompleteType in
LanguageRuntime and moving the current MaybeCalculateCompleteType
implementation into ObjCLanguageruntime::CalculateCompleteType
https://reviews.llvm.org/D64159
Files:
include/lldb/Target/LanguageRuntime.h
include/lldb/Target/ObjCLanguageRuntime.h
source/Core/ValueObject.cpp
source/Target/ObjCLanguageRuntime.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64159.207883.patch
Type: text/x-patch
Size: 4779 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190703/07fab98d/attachment.bin>
More information about the lldb-commits
mailing list