This is an archive of the discontinued LLVM Phabricator instance.

Appease clang-tidy
ClosedPublic

Authored by tamird on Jul 6 2023, 3:26 PM.

Details

Summary

Address clang-tidy warnings, correct usage text.

Diff Detail

Event Timeline

tamird created this revision.Jul 6 2023, 3:26 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 6 2023, 3:26 PM
tamird requested review of this revision.Jul 6 2023, 3:26 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 6 2023, 3:26 PM

There appears to be some mixed styles in llvm/tools/llvm-c-test, but it seems like the more modern additions use CamelCase for locals, so LGTM!

tamird added a comment.Jul 6 2023, 3:45 PM

Thanks! Could you land this for me (and then https://reviews.llvm.org/D154630)? I don't have commit.

Thanks! Could you land this for me (and then https://reviews.llvm.org/D154630)? I don't have commit.

Yes, I will first thing tomorrow! I like to be around for any post-commit issues and I'm about to leave for the day. Thank you for the patches!

tamird updated this revision to Diff 538133.Jul 7 2023, 7:17 AM

clang-format

tamird added a comment.Jul 7 2023, 9:09 AM

Thanks! Could you land this for me (and then https://reviews.llvm.org/D154630)? I don't have commit.

Yes, I will first thing tomorrow! I like to be around for any post-commit issues and I'm about to leave for the day. Thank you for the patches!

This is ready to merge! I'll rebase the other one after this lands.

This revision was not accepted when it landed; it landed in state Needs Review.Jul 7 2023, 9:28 AM
Closed by commit rG54eafd1bb602: Appease clang-tidy (authored by tamird, committed by scott.linder). · Explain Why
This revision was automatically updated to reflect the committed changes.