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
Paths
| Differential D125510
[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 TimelineThis revision is now accepted and ready to land.May 12 2022, 11:07 PM Closed by commit rG2601355dc982: [clang-format][NFC] Format unit tests with insert/remove braces (authored by owenpan). · Explain WhyMay 13 2022, 4:16 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 429383 clang/unittests/Format/FormatTestUtils.h
clang/unittests/Format/TokenAnnotatorTest.cpp
|