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

Closed
NickGerleman wants to merge 2 commits from export-D59335968 into main
NickGerleman commented 2024-07-03 10:54:31 -07:00 (Migrated from github.com)

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

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 2024-07-03 10:54:35 -07:00 (Migrated from github.com)

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
[vc]: #rsnIHDvykD6CqETRuJJBIt5yki17ZhjHRI474OhT17A=:eyJpc01vbm9yZXBvIjp0cnVlLCJ0eXBlIjoiZ2l0aHViIiwicHJvamVjdHMiOlt7Im5hbWUiOiJ5b2dhLXdlYnNpdGUiLCJyb290RGlyZWN0b3J5Ijoid2Vic2l0ZSIsImluc3BlY3RvclVybCI6Imh0dHBzOi8vdmVyY2VsLmNvbS9mYm9wZW5zb3VyY2UveW9nYS13ZWJzaXRlL3pLdlFUcVB0dm10ZnMxVlFmTllYbmhzc0I3bXMiLCJwcmV2aWV3VXJsIjoieW9nYS13ZWJzaXRlLWdpdC1mb3JrLW5pY2tnZXJsZW1hbi1leHBvcnQtZC0zNGYzYjEtZmJvcGVuc291cmNlLnZlcmNlbC5hcHAiLCJuZXh0Q29tbWl0U3RhdHVzIjoiREVQTE9ZRUQiLCJsaXZlRmVlZGJhY2siOnsicmVzb2x2ZWQiOjAsInVucmVzb2x2ZWQiOjAsInRvdGFsIjowLCJsaW5rIjoieW9nYS13ZWJzaXRlLWdpdC1mb3JrLW5pY2tnZXJsZW1hbi1leHBvcnQtZC0zNGYzYjEtZmJvcGVuc291cmNlLnZlcmNlbC5hcHAifX1dfQ== **The latest updates on your projects**. Learn more about [Vercel for Git ↗︎](https://vercel.link/github-learn-more) | Name | Status | Preview | Comments | Updated (UTC) | | :--- | :----- | :------ | :------- | :------ | | **yoga-website** | ✅ Ready ([Inspect](https://vercel.com/fbopensource/yoga-website/zKvQTqPtvmtfs1VQfNYXnhssB7ms)) | [Visit Preview](https://vercel.live/open-feedback/yoga-website-git-fork-nickgerleman-export-d-34f3b1-fbopensource.vercel.app?via=pr-comment-visit-preview-link&passThrough=1) | 💬 [**Add feedback**](https://vercel.live/open-feedback/yoga-website-git-fork-nickgerleman-export-d-34f3b1-fbopensource.vercel.app?via=pr-comment-feedback-link) | Jul 3, 2024 6:07pm |
facebook-github-bot commented 2024-07-03 10:54:57 -07:00 (Migrated from github.com)

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

This pull request was **exported** from Phabricator. Differential Revision: [D59335968](https://www.internalfb.com/diff/D59335968)
facebook-github-bot commented 2024-07-03 11:04:33 -07:00 (Migrated from github.com)

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

This pull request was **exported** from Phabricator. Differential Revision: [D59335968](https://www.internalfb.com/diff/D59335968)
facebook-github-bot commented 2024-07-03 17:33:02 -07:00 (Migrated from github.com)

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

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

Pull request closed

Sign in to join this conversation.
No description provided.