[all-commits] [llvm/llvm-project] 40671b: [clang-format] Handle control statements in BreakA...

Owen Pan via All-commits all-commits at lists.llvm.org
Sun Nov 12 01:08:40 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 40671bbdefb6ff83e2685576a3cb041b62f25bbe
      https://github.com/llvm/llvm-project/commit/40671bbdefb6ff83e2685576a3cb041b62f25bbe
  Author: Owen Pan <owenpiano at gmail.com>
  Date:   2023-11-12 (Sun, 12 Nov 2023)

  Changed paths:
    M clang/docs/ClangFormatStyleOptions.rst
    M clang/include/clang/Format/Format.h
    M clang/lib/Format/TokenAnnotator.cpp
    M clang/unittests/Format/FormatTest.cpp

  Log Message:
  -----------
  [clang-format] Handle control statements in BreakAfterAttributes (#71995)

This patch doesn't work for do-while loops.

Fixed #64474.




More information about the All-commits mailing list