[Lldb-commits] [PATCH] D33812: [TypeSystem] Handle Clang AttributedTypes
Jim Ingham via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Jun 1 18:22:10 PDT 2017
jingham added a comment.
Okay. If the attributed types were hand-built types from DWARF, I would still worry a bit about the getModifiedType() call. But these only come from modules, and those are built by orthodox methods so they should be self-consistent.
Repository:
rL LLVM
https://reviews.llvm.org/D33812
More information about the lldb-commits
mailing list