This is an archive of the discontinued LLVM Phabricator instance.

[clang] trim trailing space in format tests. NFC
ClosedPublic

Authored by inclyc on Aug 31 2022, 8:27 PM.

Details

Reviewers
ChuanqiXu
Group Reviewers
Restricted Project
Commits
rG5ee51e815425: [clang] trim trailing space in format tests. NFC
Summary

Diff Detail

Event Timeline

inclyc created this revision.Aug 31 2022, 8:27 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 31 2022, 8:27 PM
inclyc requested review of this revision.Aug 31 2022, 8:27 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 31 2022, 8:27 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
ChuanqiXu accepted this revision.EditedAug 31 2022, 9:57 PM
ChuanqiXu added subscribers: aaron.ballman, ChuanqiXu.

Do you have commit access? If you have, I remember LLVM encourages to land such fixes directly without reviewed. (+ @aaron.ballman to make sure)

This revision is now accepted and ready to land.Aug 31 2022, 9:57 PM
This revision was automatically updated to reflect the committed changes.

Do you have commit access? If you have, I remember LLVM encourages to land such fixes directly without reviewed. (+ @aaron.ballman to make sure)

Thanks! I'm just not sure whether these changes are necessary or not. :)

Do you have commit access? If you have, I remember LLVM encourages to land such fixes directly without reviewed. (+ @aaron.ballman to make sure)

Thanks! I'm just not sure whether these changes are necessary or not. :)

It's always okay to do an NFC commit which strips trailing whitespace, fixes a typo or misspelling, adds/removes newlines, or that sort of change in a targeted way. No need to review it unless you want a second set of eyes on the changes for some reason. We typically don't want a whole-project NFC change to do that sort of thing, though.

inclyc added a comment.Sep 1 2022, 7:40 AM

Thank you for your patience and detailed explanation! Sorry for waste your time though (

Thank you for your patience and detailed explanation! Sorry for waste your time though (

No worries, it's definitely not a waste of time to explain this sort of stuff! :-)