-
Notifications
You must be signed in to change notification settings - Fork 15.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: return-braced-init-list pt 2 of 2 #44870
Conversation
Related, any plans to add the clang-tidy checks to the PR lint task to avoid future regressions ? |
It will need to be part off CI, rather than something that runs locally. It's incredibly slow! One idea that John suggested was to run it on changed cc files in a PR |
No Release Notes |
I was unable to backport this PR to "32-x-y" cleanly; |
I have automatically backported this PR to "33-x-y", please check out #44890 |
I have automatically backported this PR to "34-x-y", please check out #44891 |
Description of Change
Finish off the return-braced-init-list changes. Pt 1 was in #44838.
These diffs really are just a lot of
return {};
and that's pretty much it 😸Checklist
npm test
passesRelease Notes
Notes: none.