Fix misc-misplaced-const
warnings in Yoga tests
#1677
Reference in New Issue
Block a user
No description provided.
Delete Branch "export-D59335968"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary:
We have Clang Tidy warnings enabled internally, that will flag
const YG*Ref
as misleading, as a const pointer to non-const, instead of non-const pointer to const.Let's remove all the misleading const in existing tests, and generatedr tests.
Differential Revision: D59335968
The latest updates on your projects. Learn more about Vercel for Git ↗︎
This pull request was exported from Phabricator. Differential Revision: D59335968
This pull request was exported from Phabricator. Differential Revision: D59335968
This pull request has been merged in facebook/yoga@5009f5c1ac.
Pull request closed