[lldb] add missed handling for new BTFTagAttributed type
authorYonghong Song <yhs@fb.com>
Wed, 16 Mar 2022 17:59:35 +0000 (10:59 -0700)
committerYonghong Song <yhs@fb.com>
Wed, 16 Mar 2022 18:00:35 +0000 (11:00 -0700)
commit212f714ff75e2869b051ff381ceb9a16b994adad
tree0185a8ad444bf472bcd0db05176da0925791141d
parent3b4c59c156919902c785ce3cbae0eee2ee53064d
[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.
lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp