[clang-format] Add an option for breaking after C++11 attributes
authorOwen Pan <owenpiano@gmail.com>
Wed, 4 Jan 2023 07:07:15 +0000 (23:07 -0800)
committerOwen Pan <owenpiano@gmail.com>
Thu, 5 Jan 2023 12:08:58 +0000 (04:08 -0800)
commita28f0747c2f3728bd8a6f64f7c8ba80b4e0cda9f
tree3ece962d9b88f6f21613c67161b15df8cdb25caa
parentf2891086f4b64434ecf471960b6daf6f29fd4328
[clang-format] Add an option for breaking after C++11 attributes

Fixes #45968.
Fixes #54265.
Fixes #58102.

Differential Revision: 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