OSDN Git Service

[clang-format] [PR462254] fix indentation of default and break correctly in whitesmit...
authormydeveloperday <mydeveloperday@gmail.com>
Sat, 27 Jun 2020 10:35:22 +0000 (11:35 +0100)
committermydeveloperday <mydeveloperday@gmail.com>
Sat, 27 Jun 2020 10:35:22 +0000 (11:35 +0100)
commiteb50838ba08d4149182828b96956a57ec6f5f658
tree270da081e74eceff3a97cac0ef3e78ec8f85b43b
parent892df9e706e43c48854be8bf544c41a146611607
[clang-format] [PR462254] fix indentation of default and break correctly in whitesmiths style

Summary:
https://bugs.llvm.org/show_bug.cgi?id=46254

Reviewed By: curdeius, jbcoe

Differential Revision: https://reviews.llvm.org/D8201
clang/lib/Format/UnwrappedLineFormatter.cpp
clang/lib/Format/UnwrappedLineParser.cpp
clang/unittests/Format/FormatTest.cpp