[all-commits] [llvm/llvm-project] 5c36f4: [clang-format] Handle variable declarations in Bre...

Owen Pan via All-commits all-commits at lists.llvm.org
Thu Nov 9 23:02:01 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5c36f4332d93c6f9bd9b01a34149a635e07a00d3
      https://github.com/llvm/llvm-project/commit/5c36f4332d93c6f9bd9b01a34149a635e07a00d3
  Author: Owen Pan <owenpiano at gmail.com>
  Date:   2023-11-09 (Thu, 09 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 variable declarations in BreakAfterAttributes (#71755)

Also cleaned up some old test cases.

Fixes #71563.




More information about the All-commits mailing list