aboutsummaryrefslogtreecommitdiff
path: root/clang/unittests/Format/FormatTestJava.cpp
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2014-12-12 09:40:58 +0000
committerDaniel Jasper <djasper@google.com>2014-12-12 09:40:58 +0000
commit11a0ac66e10658f9eec87db0e846f6f5eaafc9cf (patch)
tree762746194ec8f9c799b260bea96a55d2f67a9930 /clang/unittests/Format/FormatTestJava.cpp
parent9e3a60769fe93241ee1bcdd711a1d38b014c15a6 (diff)
downloadllvm-11a0ac66e10658f9eec87db0e846f6f5eaafc9cf.zip
llvm-11a0ac66e10658f9eec87db0e846f6f5eaafc9cf.tar.gz
llvm-11a0ac66e10658f9eec87db0e846f6f5eaafc9cf.tar.bz2
clang-format: Revamp nested block formatting.
This fixed llvm.org/PR21804 and hopefully a few other strange cases. Before: if (blah_blah(whatever, whatever, [] { doo_dah(); doo_dah(); })) { } } After: if (blah_blah(whatever, whatever, [] { doo_dah(); doo_dah(); })) { } } llvm-svn: 224112
Diffstat (limited to 'clang/unittests/Format/FormatTestJava.cpp')
0 files changed, 0 insertions, 0 deletions