[PATCH] D125510: [clang-format][NFC] Format unit tests with insert/remove braces

Owen Pan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu May 12 18:23:13 PDT 2022


owenpan created this revision.
owenpan added reviewers: MyDeveloperDay, curdeius, HazardyKnusperkeks.
owenpan added a project: clang-format.
Herald added a project: All.
owenpan requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

This patch is the result of running `clang-format` version 753fe33 <https://reviews.llvm.org/rG753fe330c1d6cfebac07ecd385fb2dcf63a0f6c9> in `clang/unittests/Format/`:

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D125510

Files:
  clang/unittests/Format/FormatTestUtils.h
  clang/unittests/Format/TokenAnnotatorTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D125510.429108.patch
Type: text/x-patch
Size: 7193 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220513/e63db425/attachment.bin>


More information about the cfe-commits mailing list