[all-commits] [llvm/llvm-project] d5b6e3: [LLDB][Clang] add AccessSpecDecl for methods and f...
ZequanWu via All-commits
all-commits at lists.llvm.org
Tue Jan 4 13:50:52 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d5b6e30ed3acad794dd0aec400e617daffc6cc3d
https://github.com/llvm/llvm-project/commit/d5b6e30ed3acad794dd0aec400e617daffc6cc3d
Author: Zequan Wu <zequanwu at google.com>
Date: 2022-01-04 (Tue, 04 Jan 2022)
Changed paths:
M lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
M lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.h
M lldb/test/Shell/SymbolFile/NativePDB/tag-types.cpp
Log Message:
-----------
[LLDB][Clang] add AccessSpecDecl for methods and fields in RecordType
This allows access type be printed when running `lldb-test -dump-ast` and
`lldb-test -dump-clang-ast`.
Differential Revision: https://reviews.llvm.org/D115062
More information about the All-commits
mailing list