[Lldb-commits] [PATCH] D72684: [lldb][NFC] Rename ClangASTContext to TypeSystemClang
Alex Langford via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Jan 14 13:19:04 PST 2020
xiaobai added a comment.
In D72684#1820486 <https://reviews.llvm.org/D72684#1820486>, @clayborg wrote:
> We might also want to move these into lldb/source/Plugins/TypeSystem as well to complete this refactor?
You could move it now, but ValueObject still depends on it (and you would be introducing more plugin dependencies that shouldn't exist). I have a patch here (D69820 <https://reviews.llvm.org/D69820>) removing it that still needs some more work but after that we should be able to move it without introducing any more dependencies.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72684/new/
https://reviews.llvm.org/D72684
More information about the lldb-commits
mailing list