[all-commits] [llvm/llvm-project] 2a4a49: [LLDB] Add type to the output for FieldDecl when l...
Shafik Yaghmour via All-commits
all-commits at lists.llvm.org
Thu Aug 26 11:18:00 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2a4a498a884ad929dad5dc72e20c76adfecfc78c
https://github.com/llvm/llvm-project/commit/2a4a498a884ad929dad5dc72e20c76adfecfc78c
Author: Shafik Yaghmour <syaghmour at apple.com>
Date: 2021-08-26 (Thu, 26 Aug 2021)
Changed paths:
M lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp
Log Message:
-----------
[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
More information about the All-commits
mailing list