[PATCH] D146759: [clang][ExtractAPI] Handle Declaration fragments for properties to not include spurious additional attributes.
Usman Akinyemi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Apr 2 11:42:02 PDT 2023
Unique_Usman updated this revision to Diff 510361.
Unique_Usman retitled this revision from "Declaration fragments for properties include additional property attributes that were not specified in the sources proposed solution" to "[clang][ExtractAPI] Handle Declaration fragments for properties to not include spurious additional attributes.".
Unique_Usman edited the summary of this revision.
Unique_Usman added a comment.
This change is mainly to ensure Declaration fragments for properties does not include additional attributes of other property that is not specified in the source.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146759/new/
https://reviews.llvm.org/D146759
Files:
clang/lib/ExtractAPI/DeclarationFragments.cpp
clang/test/ExtractAPI/objc_category.m
clang/test/ExtractAPI/objc_interface.m
clang/test/ExtractAPI/objc_property.m
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D146759.510361.patch
Type: text/x-patch
Size: 8794 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230402/2da765a2/attachment.bin>
More information about the llvm-commits
mailing list