[PATCH] D106614: [Clang] add btf_tag attribute
Yonghong Song via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 3 17:41:27 PDT 2021
yonghong-song updated this revision to Diff 363915.
yonghong-song edited the summary of this revision.
yonghong-song added a comment.
- for redeclarations, use additive approach to accumulate all btf_tag attributes and apply accumulated attributes to the redeclaration.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D106614/new/
https://reviews.llvm.org/D106614
Files:
clang/include/clang/Basic/Attr.td
clang/include/clang/Basic/AttrDocs.td
clang/include/clang/Sema/Sema.h
clang/lib/Sema/SemaDecl.cpp
clang/lib/Sema/SemaDeclAttr.cpp
clang/test/Misc/pragma-attribute-supported-attributes-list.test
clang/test/Sema/attr-btf_tag.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D106614.363915.patch
Type: text/x-patch
Size: 7090 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210804/4aacf194/attachment.bin>
More information about the cfe-commits
mailing list