This is an archive of the discontinued LLVM Phabricator instance.

[clang-format][NFC] Format unit tests with insert/remove braces
ClosedPublic

Authored by owenpan on May 12 2022, 6:23 PM.

Details

Summary

This patch is the result of running clang-format version 753fe33 in clang/unittests/Format/:

clang-format -style="{InsertBraces: true, RemoveBracesLLVM: true}" -i *.cpp *.h

Diff Detail

Event Timeline

owenpan created this revision.May 12 2022, 6:23 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 12 2022, 6:23 PM
owenpan requested review of this revision.May 12 2022, 6:23 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 12 2022, 6:23 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
curdeius accepted this revision.May 12 2022, 11:07 PM
This revision is now accepted and ready to land.May 12 2022, 11:07 PM