[PATCH] D133943: [Utils] Match function return type and other attributes on the definition in update_cc_test_checks
Alexander Richardson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 19 05:03:01 PST 2022
arichardson added a comment.
Seeing as there are around 300 tests inside llvm/ that use --function-signature and 200+ in clang/, maybe this needs a "only for new tests" workaround such as D140212 <https://reviews.llvm.org/D140212>.
The other option would be to bulk-update all affected tests once this lands, but I'm not sure how the maintainers of the affected tests feel about this.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133943/new/
https://reviews.llvm.org/D133943
More information about the llvm-commits
mailing list