[LLDB] Add type to the output for FieldDecl when logging in ClangASTSource::layoutRec...
authorShafik Yaghmour <syaghmour@apple.com>
Thu, 26 Aug 2021 18:11:00 +0000 (11:11 -0700)
committerShafik Yaghmour <syaghmour@apple.com>
Thu, 26 Aug 2021 18:17:47 +0000 (11:17 -0700)
commit2a4a498a884ad929dad5dc72e20c76adfecfc78c
treeecc72d350aa0c509b7759178b528bbe4db174494
parent1eb75362c9903fcaa8b5ceb28ab36234ddda0cca
[LLDB] Add type to the output for FieldDecl when logging in ClangASTSource::layoutRecordType

I was debugging a problem and noticed that it would have been helpful to have
the type of each FieldDecl when looking at the output from
ClangASTSource::layoutRecordType.

Differential Revision: https://reviews.llvm.org/D108257
lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp