[all-commits] [llvm/llvm-project] 91dcf5: [clang-format] Rename option AlwaysBreakAfterRetur...
rmarker via All-commits
all-commits at lists.llvm.org
Mon Feb 12 20:28:46 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 91dcf53abd34fa836a126c706f87b810d299d802
https://github.com/llvm/llvm-project/commit/91dcf53abd34fa836a126c706f87b810d299d802
Author: rmarker <37921131+rmarker at users.noreply.github.com>
Date: 2024-02-12 (Mon, 12 Feb 2024)
Changed paths:
M clang/docs/ClangFormatStyleOptions.rst
M clang/docs/ReleaseNotes.rst
M clang/include/clang/Format/Format.h
M clang/lib/Format/Format.cpp
M clang/unittests/Format/ConfigParseTest.cpp
Log Message:
-----------
[clang-format] Rename option AlwaysBreakAfterReturnType. (#80827)
Changes the option to BreakAfterReturnType option, with a more relevant
name, deprecating and replacing AlwaysBreakAfterReturnType.
Following up on #78010.
More information about the All-commits
mailing list