| Commit-Queue | +1 |
if (tokenizer->TokenTag() == cbor::CBORTokenTag::ENVELOPE) {Matthias LiedtkeMight have to undo the changes in this file, since it's third-party and copied in.
Done. If you +1 it again, I guess I'll use owners-override to land this. Or is there a good way without requesting 20 reviewers?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
if (tokenizer->TokenTag() == cbor::CBORTokenTag::ENVELOPE) {Matthias LiedtkeMight have to undo the changes in this file, since it's third-party and copied in.
Done. If you +1 it again, I guess I'll use owners-override to land this. Or is there a good way without requesting 20 reviewers?
Asking an Eng reviewer would be the official way to do this, rather than using your owner-override power ;)
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Auto-Submit | +1 |
@les...@chromium.org: Can you do the eng review? As discussed, this only touches multiline compound statements.
This is a fully automated change using `clang-tidy`'s readability-around-statements check with the config `CheckOptions: {readability-braces-around-statements.ShortStatementLines: 1}`.
(Obviously it would be great if clang-tidy could become part of the CQ but I don't think I have any time to look into that right now.)
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
@les...@chromium.org: Can you do the eng review? As discussed, this only touches multiline compound statements.
This is a fully automated change using `clang-tidy`'s readability-around-statements check with the config `CheckOptions: {readability-braces-around-statements.ShortStatementLines: 1}`.
(Obviously it would be great if clang-tidy could become part of the CQ but I don't think I have any time to look into that right now.)
Looks great, thanks. Can you make sure to have a followup which adds this to https://source.chromium.org/chromium/chromium/src/+/main:v8/.git-blame-ignore-revs ?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +2 |
Leszek Swirski@les...@chromium.org: Can you do the eng review? As discussed, this only touches multiline compound statements.
This is a fully automated change using `clang-tidy`'s readability-around-statements check with the config `CheckOptions: {readability-braces-around-statements.ShortStatementLines: 1}`.
(Obviously it would be great if clang-tidy could become part of the CQ but I don't think I have any time to look into that right now.)
Looks great, thanks. Can you make sure to have a followup which adds this to https://source.chromium.org/chromium/chromium/src/+/main:v8/.git-blame-ignore-revs ?
Thanks, I would've forgotten.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
[cleanup] Apply readability-braces-around-statements
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |