[all-commits] [llvm/llvm-project] a28f07: [clang-format] Add an option for breaking after C+...
Owen via All-commits
all-commits at lists.llvm.org
Thu Jan 5 04:11:04 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a28f0747c2f3728bd8a6f64f7c8ba80b4e0cda9f
https://github.com/llvm/llvm-project/commit/a28f0747c2f3728bd8a6f64f7c8ba80b4e0cda9f
Author: Owen Pan <owenpiano at gmail.com>
Date: 2023-01-05 (Thu, 05 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:
-----------
[clang-format] Add an option for breaking after C++11 attributes
Fixes #45968.
Fixes #54265.
Fixes #58102.
Differential Revision: https://reviews.llvm.org/D140956
More information about the All-commits
mailing list