[all-commits] [llvm/llvm-project] 813d48: [clang-format] Extend AllowShortBlocksOnASingleLin...
MyDeveloperDay via All-commits
all-commits at lists.llvm.org
Thu Nov 25 11:45:40 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 813d486cbc99836ea4e75996e2667cb38f7113a8
https://github.com/llvm/llvm-project/commit/813d486cbc99836ea4e75996e2667cb38f7113a8
Author: Jesses Gott <jesses.gott.na+llvm at gmail.com>
Date: 2021-11-25 (Thu, 25 Nov 2021)
Changed paths:
M clang/lib/Format/UnwrappedLineFormatter.cpp
M clang/unittests/Format/FormatTest.cpp
Log Message:
-----------
[clang-format] Extend AllowShortBlocksOnASingleLine for else blocks
Extend AllowShortBlocksOnASingleLine for else blocks. See https://bugs.llvm.org/show_bug.cgi?id=49722
Reviewed By: HazardyKnusperkeks, owenpan, MyDeveloperDay
Differential Revision: https://reviews.llvm.org/D114320
More information about the All-commits
mailing list