facebook / yoga

Yoga is an embeddable layout engine targeting web standards.
https://yogalayout.dev/
MIT License
17.1k stars 1.41k forks source link

Fix `misc-misplaced-const` warnings in Yoga tests #1677

Closed NickGerleman closed 1 week ago

NickGerleman commented 1 week ago

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

vercel[bot] commented 1 week ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
yoga-website ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 3, 2024 6:07pm
facebook-github-bot commented 1 week ago

This pull request was exported from Phabricator. Differential Revision: D59335968

facebook-github-bot commented 1 week ago

This pull request was exported from Phabricator. Differential Revision: D59335968

facebook-github-bot commented 1 week ago

This pull request has been merged in facebook/yoga@5009f5c1accb3dde14e1e18930df70c18c70dc75.