[all-commits] [llvm/llvm-project] 260135: [clang-format][NFC] Format unit tests with insert/...

Owen via All-commits all-commits at lists.llvm.org
Fri May 13 16:16:37 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2601355dc9822f8e04ad73212ed62e601e4f0368
      https://github.com/llvm/llvm-project/commit/2601355dc9822f8e04ad73212ed62e601e4f0368
  Author: owenca <owenpiano at gmail.com>
  Date:   2022-05-13 (Fri, 13 May 2022)

  Changed paths:
    M clang/unittests/Format/FormatTestUtils.h
    M clang/unittests/Format/TokenAnnotatorTest.cpp

  Log Message:
  -----------
  [clang-format][NFC] Format unit tests with insert/remove braces

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

Differential Revision: https://reviews.llvm.org/D125510




More information about the All-commits mailing list