[PATCH] D146759: [ExtractAPI] Remove extra attributes in property declaration fragments
Usman Akinyemi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 4 08:22:05 PDT 2023
Unique_Usman added a comment.
In D146759#4243366 <https://reviews.llvm.org/D146759#4243366>, @dang wrote:
> Do we still have a test that ensures that actually writing the property
In D146759#4243366 <https://reviews.llvm.org/D146759#4243366>, @dang wrote:
> Do we still have a test that ensures that actually writing the property attributes manually results in them being added to the declaration fragments?
Yes, I updated the prevous test by using the content of the input files in each of the test. The declaration fragments of each of them is generated/added without additional attributes that is not specified in the source.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146759/new/
https://reviews.llvm.org/D146759
More information about the llvm-commits
mailing list