[all-commits] [llvm/llvm-project] 922c88: Revert "Revert "[clang-format] Add an option for b...

Krasimir Georgiev via All-commits all-commits at lists.llvm.org
Wed Jan 11 03:32:32 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 922c8891d9916fa094147c5c793291f97a83c84c
      https://github.com/llvm/llvm-project/commit/922c8891d9916fa094147c5c793291f97a83c84c
  Author: Krasimir Georgiev <krasimir at google.com>
  Date:   2023-01-11 (Wed, 11 Jan 2023)

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

  Log Message:
  -----------
  Revert "Revert "[clang-format] Add an option for breaking after C++11 attributes""

This reverts commit 879bfe6a979295f834b76df66b19a203b93eed0f.

owenpan@ pointed out on https://reviews.llvm.org/D140956 that this
actually makes the formatting more consistent, so it's not a regression.




More information about the All-commits mailing list