]> granicus.if.org Git - clang/commit
[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)
commitd0e06d7ab5de059dbfb456d13d21de56811b071b
treed0c438e4836fb2f7bf77d20e69494bec8a3603c9
parentd2c720398f8e459f8e18188ad6183d05f494cd7d
[clang-format] Fix a bug that doesn't break braces before unions for Allman
Differential Revision: https://reviews.llvm.org/D65631

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@367648 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Format/Format.cpp
unittests/Format/FormatTest.cpp