[all-commits] [llvm/llvm-project] 212f71: [lldb] add missed handling for new BTFTagAttribute...
yonghong-song via All-commits
all-commits at lists.llvm.org
Wed Mar 16 11:06:09 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 212f714ff75e2869b051ff381ceb9a16b994adad
https://github.com/llvm/llvm-project/commit/212f714ff75e2869b051ff381ceb9a16b994adad
Author: Yonghong Song <yhs at fb.com>
Date: 2022-03-16 (Wed, 16 Mar 2022)
Changed paths:
M lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
Log Message:
-----------
[lldb] add missed handling for new BTFTagAttributed type
Commit 3251ba2d0fcf ("[Attr] Fix a btf_type_tag AST generation")
added a new type BTFTagAttributedType to the clang AST type
system. There are a few places in lldb needed to handle this type
similar to Attributed type to avoid compilation warning/error
when 'switch' is used to enumerate all types.
More information about the All-commits
mailing list