[PATCH] D126157: [clang-format][NFC] Insert/remove braces in clang/lib/Format/

Owen Pan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun May 22 00:33:21 PDT 2022


owenpan created this revision.
owenpan added reviewers: curdeius, HazardyKnusperkeks, MyDeveloperDay.
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 -style="{InsertBraces: true, RemoveBracesLLVM: true}"` (version 09865ae <https://reviews.llvm.org/rG09865ae95dbf0322bbf3e7b3847b2b11373a0297>) on `clang/lib/Format/`.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D126157

Files:
  clang/lib/Format/AffectedRangeManager.cpp
  clang/lib/Format/BreakableToken.cpp
  clang/lib/Format/ContinuationIndenter.cpp
  clang/lib/Format/DefinitionBlockSeparator.cpp
  clang/lib/Format/Format.cpp
  clang/lib/Format/FormatToken.cpp
  clang/lib/Format/FormatTokenLexer.cpp
  clang/lib/Format/QualifierAlignmentFixer.cpp
  clang/lib/Format/SortJavaScriptImports.cpp
  clang/lib/Format/TokenAnnotator.cpp
  clang/lib/Format/UnwrappedLineFormatter.cpp
  clang/lib/Format/UnwrappedLineParser.cpp
  clang/lib/Format/WhitespaceManager.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D126157.431195.patch
Type: text/x-patch
Size: 226051 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220522/1a332b64/attachment-0001.bin>


More information about the cfe-commits mailing list