[Lldb-commits] [PATCH] D108257: Add type to the output for FieldDecl when logging in ClangASTSource::layoutRecordType
Shafik Yaghmour via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Aug 25 11:18:36 PDT 2021
shafik added a comment.
In D108257#2950994 <https://reviews.llvm.org/D108257#2950994>, @aprantl wrote:
> If getType() doesn't trigger type completion then this LGTM!
AFAICT the call to `getType` end up in `ValueDecl`:
QualType getType() const { return DeclType; }
and this is just returning a field.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108257/new/
https://reviews.llvm.org/D108257
More information about the lldb-commits
mailing list