Found in https://reviews.llvm.org/D132568
Details
Details
- Reviewers
ChuanqiXu - Group Reviewers
Restricted Project - Commits
- rG5ee51e815425: [clang] trim trailing space in format tests. NFC
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Do you have commit access? If you have, I remember LLVM encourages to land such fixes directly without reviewed. (+ @aaron.ballman to make sure)
Comment Actions
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.
Comment Actions
Thank you for your patience and detailed explanation! Sorry for waste your time though (