[clang-format] Fix a bug that doesn't break braces before unions for Allman
authorOwen Pan <owenpiano@gmail.com>
Fri, 2 Aug 2019 04:30:42 +0000 (04:30 +0000)
committerOwen Pan <owenpiano@gmail.com>
Fri, 2 Aug 2019 04:30:42 +0000 (04:30 +0000)
commit9131e925fd6b5010a9e797342a09141306183ed6
treefc873f3b772e2468d059a99d38d3b3b41be9b700
parentbbdcc8211111fa8e723a1754e0962e56141a2890
[clang-format] Fix a bug that doesn't break braces before unions for Allman
Differential Revision: https://reviews.llvm.org/D65631

llvm-svn: 367648
clang/lib/Format/Format.cpp
clang/unittests/Format/FormatTest.cpp