Revert "[clang-format] Add an option for breaking after C++11 attributes"
authorKrasimir Georgiev <krasimir@google.com>
Tue, 10 Jan 2023 09:23:44 +0000 (09:23 +0000)
committerKrasimir Georgiev <krasimir@google.com>
Tue, 10 Jan 2023 09:23:44 +0000 (09:23 +0000)
commit879bfe6a979295f834b76df66b19a203b93eed0f
tree82faec1965c1774293ac91df98311edf2aedf048
parent4c6d6fc176a115d196194c6d5091d3279d27fffa
Revert "[clang-format] Add an option for breaking after C++11 attributes"

This reverts commit a28f0747c2f3728bd8a6f64f7c8ba80b4e0cda9f.

It appears that this regresses some function definitions, added an
example as a comment over at https://reviews.llvm.org/D140956.
clang/docs/ClangFormatStyleOptions.rst
clang/docs/ReleaseNotes.rst
clang/include/clang/Format/Format.h
clang/lib/Format/ContinuationIndenter.cpp
clang/lib/Format/Format.cpp
clang/lib/Format/FormatToken.h
clang/lib/Format/TokenAnnotator.cpp
clang/lib/Format/TokenAnnotator.h
clang/unittests/Format/ConfigParseTest.cpp
clang/unittests/Format/FormatTest.cpp